summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx98-compat-pedantic.cpp
AgeCommit message (Expand)Author
2016-09-07Fix clang's handling of the copy performed in the second phase of classRichard Smith
2016-08-31DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith
2014-09-18Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber
2014-08-19C++1y is now C++14!Aaron Ballman
2013-10-01Remove support for arrays of runtime bound in C++1y, now they have been votedRichard Smith
2013-06-18r184100 Fix -- Updated test cases for contextual conversionLarisse Voufo
2013-06-17Revert "Updated test cases for contextual conversion"Rafael Espindola
2013-06-17Updated test cases for contextual conversionLarisse Voufo
2013-06-16Fixed one buildbot-failure-causing bug...Larisse Voufo
2013-06-15Updated the support for contextual conversion tweaks (n3323) with a previousl...Larisse Voufo
2013-05-17Use 'c++' not 'cxx' in these diagnostic group names for consistency.Richard Smith
2013-04-20Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith
2013-04-19Note that we support (and in fact have supported since the dawn of time itself)Richard Smith
2012-09-24Change the wording of the extension warning fromDmitri Gribenko
2012-06-22Minor improvements to some C99 variadic-macro-related diagnostics.Richard Smith
2011-10-20'extern template' is a C++11 feature. Add an Extension for C++98 (this matchesRichard Smith
2011-10-18-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith
2011-10-15Implement -Wc++98-compat warnings for the parser.Richard Smith
2011-10-15-Wc++98-compat warnings for the lexer.Richard Smith