summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx98-compat-pedantic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang's handling of the copy performed in the second phase of classRichard Smith2016-09-071-1/+1
* DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith2016-08-311-4/+0
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-1/+28
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
* Remove support for arrays of runtime bound in C++1y, now they have been votedRichard Smith2013-10-011-5/+0
* r184100 Fix -- Updated test cases for contextual conversionLarisse Voufo2013-06-181-1/+1
* Revert "Updated test cases for contextual conversion"Rafael Espindola2013-06-171-1/+1
* Updated test cases for contextual conversionLarisse Voufo2013-06-171-1/+1
* Fixed one buildbot-failure-causing bug...Larisse Voufo2013-06-161-1/+1
* Updated the support for contextual conversion tweaks (n3323) with a previousl...Larisse Voufo2013-06-151-4/+9
* Use 'c++' not 'cxx' in these diagnostic group names for consistency.Richard Smith2013-05-171-0/+2
* Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith2013-04-201-0/+5
* Note that we support (and in fact have supported since the dawn of time itself)Richard Smith2013-04-191-0/+6
* Change the wording of the extension warning fromDmitri Gribenko2012-09-241-0/+6
* Minor improvements to some C99 variadic-macro-related diagnostics.Richard Smith2012-06-221-1/+1
* 'extern template' is a C++11 feature. Add an Extension for C++98 (this matchesRichard Smith2011-10-201-0/+3
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith2011-10-181-0/+13
* Implement -Wc++98-compat warnings for the parser.Richard Smith2011-10-151-0/+7
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-151-0/+11