Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++1y is now C++14! | Aaron Ballman | 2014-08-19 | 1 | -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 in | Richard Smith | 2013-04-21 | 1 | -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 |