summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.const/p5-0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
| | | | | | | | | These test updates almost exclusively around the change in behavior around enum: enums without a definition are considered incomplete except when targeting MSVC ABIs. Since these tests are interested in the 'incomplete-enum' behavior, restrict them to %itanium_abi_triple. llvm-svn: 249660
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-6/+6
| | | | | | | | | C++1y, so stop adding the 'const' there. Provide a compatibility warning for code relying on this in C++11, with a fix-it hint. Update our lazily-written tests to add the const, except for those ones which were testing our implementation of this rule. llvm-svn: 179969
* Teach Clang parser to reject C++11 attributes that appertain to declaration ↵Michael Han2012-11-061-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 Smith2012-02-081-0/+85
llvm-svn: 150061
OpenPOWER on IntegriCloud