summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/cxx98-compat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r155728:Bill Wendling2012-04-271-1/+5
* 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
* Add a -Wc++98-compat warning for friend functions of class templates which wouldRichard Smith2011-10-191-0/+7
* -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an accessRichard Smith2011-10-191-0/+9
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2.Richard Smith2011-10-181-2/+12
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith2011-10-181-1/+61
* Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',Richard Smith2011-10-171-0/+10
* Add -Wc++98-compat warning for deduced 'auto' type specifier.Richard Smith2011-10-151-0/+3
* Implement -Wc++98-compat warnings for the parser.Richard Smith2011-10-151-1/+60
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-151-0/+17
* -Wc++98-compat: warn on C++11 attributes and alignas.Richard Smith2011-10-141-1/+4
* Test for r141985.Richard Smith2011-10-141-0/+10
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-141-10/+0
* Convert newly-added test from -std=c++0x to -std=c++11.Richard Smith2011-10-131-1/+1
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-131-0/+10