summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/default1.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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