Process and handle attributes on conditions and for loop variables. Process and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 Feb 2013 19:22:51 +0000 (19:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 20 Feb 2013 19:22:51 +0000 (19:22 +0000)
commit54ecd9863fac6ec2a66296756af78f29f12f1667
treee23f26ef69a91c0b3414dc55a939256030e57283
parent5cdb345883e210d27fe3d8f7ed307d315e2bf80b
Process and handle attributes on conditions and for loop variables. Process and
diagnose attributes on alias declarations, using directives, and attribute
declarations.

llvm-svn: 175649
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Parse/ParseExprCXX.cpp
clang/lib/Parse/ParseStmt.cpp
clang/lib/Parse/Parser.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaType.cpp
clang/test/Parser/cxx0x-attributes.cpp