summaryrefslogtreecommitdiff
path: root/test/SemaCXX/default1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default arguments are potentially constant evaluated.Richard Smith2019-05-241-0/+18
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-1/+8
* PR20769: Fix confusion when checking whether a prior default argument was inRichard Smith2014-08-271-0/+6
* Avoid crash if default argument parsed with errors.Serge Pavlov2014-07-221-0/+3
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-081-3/+8
* Further improvement to wording of overload resolution diagnostics, and includingRichard Smith2012-05-151-1/+8
* PR11857: When the wrong number of arguments are provided for a functionRichard Smith2012-05-111-1/+1
* Ensure that default arguments are handled correctly in sub scopes. For example:James Molloy2012-03-131-0/+18
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-3/+6
* Switch default arguments over to InitializationSequence.Eli Friedman2009-12-221-1/+1
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-241-1/+3
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-1/+1
* Now that we have copy initialization support, use it for checking the default...Douglas Gregor2008-11-041-0/+12
* Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis2008-08-221-0/+17