Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the diagnostics which said 'accepted as an extension' to instead say | Richard Smith | 2011-12-29 | 1 | -5/+5 |
| | | | | | | | 'is an extension'. The former is inappropriate and confusing when building with -Werror/-pedantic-errors. llvm-svn: 147357 | ||||
* | Switch diagnostic text from "C++0x" over to "C++11". | Douglas Gregor | 2011-10-12 | 1 | -5/+5 |
| | | | | | | | | We'd also like for "C++11" or "c++11" to be used for the warning groups, but without removing the old warning flags. Patches welcome; I've run out of time to work on this today. llvm-svn: 141801 | ||||
* | Implement a few basic tests for defaulted and deleted functions. | Alexis Hunt | 2011-05-13 | 1 | -0/+11 |
More comprehensive testing once copy {constructors,assignment operators} can be defaulted. llvm-svn: 131275 |