summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx98-compat.cpp
AgeCommit message (Expand)Author
2016-08-31DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith
2015-11-11Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith
2015-02-12Improve the "braces around scalar init" warning to determine whether to warnRichard Smith
2014-10-03Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko
2014-10-02Patch to warn if 'override' is missingFariborz Jahanian
2014-09-18Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber
2014-09-06Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith
2014-08-19C++1y is now C++14!Aaron Ballman
2014-04-17Don't emit an ExtWarn on declarations of variable template specializations;Richard Smith
2014-02-03Implement DR329. We already did the right thing here in C++98 mode, but r104014Richard Smith
2014-01-17Move away from 'general' / 'generalized' as a way of identifying C++11Richard Smith
2014-01-12Clarify warn_cxx98_compat_attribute diagnosticAlp Toker
2014-01-11Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky
2013-09-26Implement C++1y digit separator proposal (' as a digit separator). This is notRichard Smith
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo
2013-07-20Undisable a test for a c++98-compat warning for inheriting constructors now t...Richard Smith
2013-05-31Fix handling of braced-init-list as reference initializer within aggregateRichard Smith
2013-01-26Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add aRichard Smith
2013-01-12Only produce one -Wc++98-compat warning when initializing a reference from an...Richard Smith
2012-12-08Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith
2012-11-06Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han
2012-08-30The presence of a user-*declared* constructor makes the defaultDouglas Gregor
2012-07-30Use the location of the copy assignment when diagnosing classes that are nont...Benjamin Kramer
2012-07-30Fix ambiguity detection in GetBestOverloadCandidateSimple.Benjamin Kramer
2012-04-30Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this'Richard Smith
2012-04-27PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.Richard Smith
2012-04-26Two missing -Wc++98-compat warnings, for null pointers as non-type templateRichard Smith
2012-04-19Add missing -Wc++98-compat warnings for initializer list initializations whichRichard Smith
2012-04-04Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith
2012-03-20Fix the other place where C++98 work for initializer lists was necessary.Sebastian Redl
2012-03-18Add the missing compatibility warning for braced initializers as default argu...Sebastian Redl
2012-03-09Improve diagnostics for UCNs referring to control characters and members of theRichard Smith
2012-03-05Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith
2012-02-26Tests for r151508.Richard Smith
2012-02-25Fix r151443 to only apply C++11's exception for non-static data member accessRichard Smith
2012-02-24__decltype is a GNU extension, not a C++11 extension.Richard Smith
2012-02-16C++11 allows unions to have static data members. Remove the correspondingRichard Smith
2012-02-12Proper initializer list support for new expressions and type construct expres...Sebastian Redl
2012-02-11Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl
2012-01-04Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman
2011-10-20Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith
2011-10-20Add -Wc++98-compat warning for enumerations in nested name specifiers.Richard Smith
2011-10-19-Wc++98-compat: warn on nontrivial types used in unions and anonymous structs.Richard Smith
2011-10-19-Wc++98-compat: diagnose if a reference is bound to a prvalue which does notRichard Smith
2011-10-19Add a -Wc++98-compat warning for friend functions of class templates which wouldRichard Smith
2011-10-19-Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an accessRichard Smith
2011-10-18-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2.Richard Smith
2011-10-18-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith
2011-10-17Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',Richard Smith