summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-cxx1y-compat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
| | | | | | Changes diagnostic options, language standard options, diagnostic identifiers, diagnostic wording to use c++14 instead of c++1y. It also modifies related test cases to use the updated diagnostic wording. llvm-svn: 215982
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-0/+12
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
OpenPOWER on IntegriCloud