summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx98-compat-flags.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-4/+2
| | | | | | member function is deleted. llvm-svn: 153773
* Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-argsRichard Smith2011-11-111-0/+37
to disable the corresponding -Wc++98-compat warnings in addition to the C++11 extension warnings, so that people already using these flags can switch to C++11 mode and turn on -Wc++98-compat. llvm-svn: 144404
OpenPOWER on IntegriCloud