summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx98-compat.cpp
Commit message (Expand)AuthorAge
* Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add aRichard Smith2013-01-26
* Only produce one -Wc++98-compat warning when initializing a reference from an...Richard Smith2013-01-12
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-08
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-06
* The presence of a user-*declared* constructor makes the defaultDouglas Gregor2012-08-30
* Use the location of the copy assignment when diagnosing classes that are nont...Benjamin Kramer2012-07-30
* Fix ambiguity detection in GetBestOverloadCandidateSimple.Benjamin Kramer2012-07-30
* Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this'Richard Smith2012-04-30
* PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.Richard Smith2012-04-27
* Two missing -Wc++98-compat warnings, for null pointers as non-type templateRichard Smith2012-04-26
* Add missing -Wc++98-compat warnings for initializer list initializations whichRichard Smith2012-04-19
* Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith2012-04-04
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-30
* Fix the other place where C++98 work for initializer lists was necessary.Sebastian Redl2012-03-20
* Add the missing compatibility warning for braced initializers as default argu...Sebastian Redl2012-03-18
* Improve diagnostics for UCNs referring to control characters and members of theRichard Smith2012-03-09
* Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith2012-03-05
* Tests for r151508.Richard Smith2012-02-26
* Fix r151443 to only apply C++11's exception for non-static data member accessRichard Smith2012-02-25
* __decltype is a GNU extension, not a C++11 extension.Richard Smith2012-02-24
* C++11 allows unions to have static data members. Remove the correspondingRichard Smith2012-02-16
* Proper initializer list support for new expressions and type construct expres...Sebastian Redl2012-02-12
* Fix parsing new expressions using init lists. Probably still do the wrong thi...Sebastian Redl2012-02-11
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-04
* Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith2011-10-20
* Add -Wc++98-compat warning for enumerations in nested name specifiers.Richard Smith2011-10-20
* -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs.Richard Smith2011-10-19
* -Wc++98-compat: diagnose if a reference is bound to a prvalue which does notRichard Smith2011-10-19
* Add a -Wc++98-compat warning for friend functions of class templates which wouldRichard Smith2011-10-19
* -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an accessRichard Smith2011-10-19
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2.Richard Smith2011-10-18
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith2011-10-18
* Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',Richard Smith2011-10-17
* Add -Wc++98-compat warning for deduced 'auto' type specifier.Richard Smith2011-10-15
* Implement -Wc++98-compat warnings for the parser.Richard Smith2011-10-15
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-15
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-14
* Test for r141985.Richard Smith2011-10-14
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-14
* Convert newly-added test from -std=c++0x to -std=c++11.Richard Smith2011-10-13
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-13