[all-commits] [llvm/llvm-project] 9c86b8: scudo: Replace ALIGNED macro with standard alignas...

pcc via All-commits all-commits at lists.llvm.org
Thu Apr 9 14:36:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c86b83ffc8ffe31d979a5fe18445e943ba7a118
      https://github.com/llvm/llvm-project/commit/9c86b83ffc8ffe31d979a5fe18445e943ba7a118
  Author: Peter Collingbourne <peter at pcc.me.uk>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/atomic_helpers.h
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/tests/mutex_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd.h

  Log Message:
  -----------
  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




More information about the All-commits mailing list