Replace LLVM_ALIGNAS with just alignas.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 Jul 2018 22:24:11 +0000 (22:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 Jul 2018 22:24:11 +0000 (22:24 +0000)
commit7027ffa85f2fa23f0eac20d169f09224e4db8262
treef36490a1a2125075b29ca44b25982368b4a718d1
parentd87aab939a07d832b226fc839b981d2b3be36802
Replace LLVM_ALIGNAS with just alignas.

Various places in Clang and LLVM are already using alignas; it seems
our minimum host configuration now requires it.

llvm-svn: 337330
clang/include/clang/AST/Decl.h
clang/include/clang/AST/DeclBase.h
clang/include/clang/AST/Type.h
clang/include/clang/Basic/SourceManager.h
clang/lib/CodeGen/CGCleanup.h