summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/default2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detect recursive default argument definitionSerge Pavlov2016-06-141-0/+4
* Ensure typos in the default values of template parameters get diagnosed.Kaelyn Takata2014-12-021-0/+6
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-051-5/+5
* Parse default arguments within member functions in source order, fromDouglas Gregor2010-10-121-0/+3
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Add 'previous declaration is here' note for param redefinition Chris Lattner2010-02-221-1/+2
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-221-2/+2
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-201-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Cleanup and test C++ default arguments. Improvements include:Douglas Gregor2009-09-111-16/+0
* Fix the parsing of default arguments for inline member function Eli Friedman2009-07-221-0/+6
* It's an error to use a function declared in a class definition as a default a...Anders Carlsson2009-06-121-2/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix redundant errors with missing default arguments in member declarations.Sebastian Redl2009-02-081-3/+1
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-081-0/+3
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-241-0/+12
* Delay parsing of default arguments of member functions until the classDouglas Gregor2008-12-161-3/+34
* Make name lookup when we're inside a declarator's scope, such as ClassName::f...Douglas Gregor2008-12-161-0/+7
* Added a test for default arguments added to out-of-line memberDouglas Gregor2008-12-161-0/+26
* Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correctin...Douglas Gregor2008-11-041-0/+4
* Check that this cannot be used in a default argument. Happily, it was already...Douglas Gregor2008-11-031-0/+4
* Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis2008-08-221-0/+38
OpenPOWER on IntegriCloud