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