llvm-project/clang/test/CXX/dcl.dcl/dcl.spec
Michael Han 64536a6d25 Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers.
We don't support any C++11 attributes that appertain to declaration specifiers so reject 
the attributes in parser until we support them; this also conforms to what g++ 4.8 is doing.

llvm-svn: 167481
2012-11-06 19:34:54 +00:00
..
dcl.constexpr Implement GCC's -Wint-to-pointer-cast. 2012-10-16 18:53:14 +00:00
dcl.fct.spec Switch diagnostic text from "C++0x" over to "C++11". 2011-10-12 19:26:40 +00:00
dcl.stc Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 2011-10-21 11:55:09 +00:00
dcl.type Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. 2012-11-06 19:34:54 +00:00
dcl.typedef Push the knowledge that we are parsing a type-id/type-name further into the 2012-05-09 20:55:26 +00:00