summaryrefslogtreecommitdiff
path: root/test/SemaCXX/default2.cpp
Commit message (Expand)AuthorAge
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-05
* Parse default arguments within member functions in source order, fromDouglas Gregor2010-10-12
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-22
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Add 'previous declaration is here' note for param redefinition Chris Lattner2010-02-22
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-06
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-22
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Cleanup and test C++ default arguments. Improvements include:Douglas Gregor2009-09-11
* Fix the parsing of default arguments for inline member function Eli Friedman2009-07-22
* It's an error to use a function declared in a class definition as a default a...Anders Carlsson2009-06-12
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Fix redundant errors with missing default arguments in member declarations.Sebastian Redl2009-02-08
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-08
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-24
* Delay parsing of default arguments of member functions until the classDouglas Gregor2008-12-16
* Make name lookup when we're inside a declarator's scope, such as ClassName::f...Douglas Gregor2008-12-16
* Added a test for default arguments added to out-of-line memberDouglas Gregor2008-12-16
* Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correctin...Douglas Gregor2008-11-04
* Check that this cannot be used in a default argument. Happily, it was already...Douglas Gregor2008-11-03
* Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis2008-08-22