summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx98-compat.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR43775: don't produce a bogus 'auto' -Wc++98-compat warning for CTADRichard Smith2019-10-271-0/+17
* Add missing -Wc++11-compat / -Wc++14-compat warnings for:Richard Smith2018-08-301-1/+2
* [Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messa...Eric Fiselier2018-05-191-3/+3
* Don't produce a redundant "auto type is incompatible with C++98" on every lam...Richard Smith2018-05-151-0/+2
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-2/+2
* DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith2016-08-311-2/+2
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+3
* Improve the "braces around scalar init" warning to determine whether to warnRichard Smith2015-02-121-2/+2
* Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko2014-10-031-3/+2
* Patch to warn if 'override' is missingFariborz Jahanian2014-10-021-2/+3
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-26/+1
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-4/+4
* C++1y is now C++14!Aaron Ballman2014-08-191-16/+16
* Don't emit an ExtWarn on declarations of variable template specializations;Richard Smith2014-04-171-32/+4
* Implement DR329. We already did the right thing here in C++98 mode, but r104014Richard Smith2014-02-031-7/+0
* Move away from 'general' / 'generalized' as a way of identifying C++11Richard Smith2014-01-171-1/+1
* Clarify warn_cxx98_compat_attribute diagnosticAlp Toker2014-01-121-1/+1
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-111-2/+2
* Implement C++1y digit separator proposal (' as a digit separator). This is notRichard Smith2013-09-261-5/+4
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+77
* Undisable a test for a c++98-compat warning for inheriting constructors now t...Richard Smith2013-07-201-5/+1
* Fix handling of braced-init-list as reference initializer within aggregateRichard Smith2013-05-311-1/+1
* Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add aRichard Smith2013-01-261-0/+2
* Only produce one -Wc++98-compat warning when initializing a reference from an...Richard Smith2013-01-121-0/+7
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-10/+10
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-061-1/+1
* The presence of a user-*declared* constructor makes the defaultDouglas Gregor2012-08-301-0/+11
* Use the location of the copy assignment when diagnosing classes that are nont...Benjamin Kramer2012-07-301-0/+16
* Fix ambiguity detection in GetBestOverloadCandidateSimple.Benjamin Kramer2012-07-301-0/+11
* Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this'Richard Smith2012-04-301-10/+0
* PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.Richard Smith2012-04-271-1/+5
* Two missing -Wc++98-compat warnings, for null pointers as non-type templateRichard Smith2012-04-261-0/+18
* Add missing -Wc++98-compat warnings for initializer list initializations whichRichard Smith2012-04-191-1/+25
* Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith2012-04-041-0/+8
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-4/+2
* Fix the other place where C++98 work for initializer lists was necessary.Sebastian Redl2012-03-201-0/+4
* Add the missing compatibility warning for braced initializers as default argu...Sebastian Redl2012-03-181-1/+2
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-091-0/+7
* Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith2012-03-051-1/+1
* Tests for r151508.Richard Smith2012-02-261-0/+2
* Fix r151443 to only apply C++11's exception for non-static data member accessRichard Smith2012-02-251-0/+11
* __decltype is a GNU extension, not a C++11 extension.Richard Smith2012-02-241-0/+1
* C++11 allows unions to have static data members. Remove the correspondingRichard Smith2012-02-161-2/+6
* Proper initializer list support for new expressions and type construct expres...Sebastian Redl2012-02-121-1/+2
* Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl2012-02-111-1/+2
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-041-1/+2
* Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith2011-10-201-0/+17
* Add -Wc++98-compat warning for enumerations in nested name specifiers.Richard Smith2011-10-201-0/+6
* -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs.Richard Smith2011-10-191-0/+24
* -Wc++98-compat: diagnose if a reference is bound to a prvalue which does notRichard Smith2011-10-191-0/+27
OpenPOWER on IntegriCloud