Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 22 Feb 2013 09:15:49 +0000 (09:15 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 22 Feb 2013 09:15:49 +0000 (09:15 +0000)
commit4cabd04e7571a5e543c6d112599f05ddf69efe9e
treef3e8b81f8db9a3f62c8a2ef50718a2928ebc0690
parente1c4a1babd90ea097ef80df44011e977212c2e78
Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs
in C++98.

llvm-svn: 175879
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/test/Parser/cxx-decl.cpp