summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-ext-delete-default.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-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 Gregor2011-10-121-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 Hunt2011-05-131-0/+11
More comprehensive testing once copy {constructors,assignment operators} can be defaulted. llvm-svn: 131275
OpenPOWER on IntegriCloud