Treat alignas and _Alignas as keyword attributes. This allows us to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 01:48:07 +0000 (01:48 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 01:48:07 +0000 (01:48 +0000)
commitd11c7a16289b43094b9de51ed437770607cb45a5
treef4287d04941a9ef4b9198d7cd93cf6df20d7d96b
parent60011b8e2703e1bed7add86d00c00edcb5047527
Treat alignas and _Alignas as keyword attributes. This allows us to
pretty-print them properly (modulo the more general badness in alignment
attribute printing).

llvm-svn: 173752
clang/include/clang/Basic/Attr.td
clang/lib/Parse/ParseDecl.cpp
clang/test/Parser/cxx11-stmt-attributes.cpp
clang/test/SemaCXX/cxx11-attr-print.cpp