Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach Clang parser to reject C++11 attributes that appertain to declaration ↵ | Michael Han | 2012-11-06 | 1 | -4/+4 |
| | | | | | | | | | 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 | ||||
* | Add more testing for r149776. | Richard Smith | 2012-02-08 | 1 | -0/+85 |
llvm-svn: 150061 |