scudo: Replace ALIGNED macro with standard alignas specifier.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 9 Apr 2020 20:37:27 +0000 (13:37 -0700)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 9 Apr 2020 21:36:03 +0000 (14:36 -0700)
commit9c86b83ffc8ffe31d979a5fe18445e943ba7a118
tree2bc8bc5a853fdddf9b7af87f93f6985a4229f5ec
parent55efb68c19b4911f780ec4d074f8ff2f8529883f
scudo: Replace ALIGNED macro with standard alignas specifier.

alignas was introduced in C++11 and is already being used throughout LLVM.

Differential Revision: https://reviews.llvm.org/D77823
compiler-rt/lib/scudo/standalone/atomic_helpers.h
compiler-rt/lib/scudo/standalone/internal_defs.h
compiler-rt/lib/scudo/standalone/primary32.h
compiler-rt/lib/scudo/standalone/primary64.h
compiler-rt/lib/scudo/standalone/tests/mutex_test.cpp
compiler-rt/lib/scudo/standalone/tsd.h