summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/overload-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Place constructors and destructors into the DeclContext of the class,Douglas Gregor2008-12-151-1/+5
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-8/+8
* Fix overloading of non-static member functions that differ in their cv-qualif...Douglas Gregor2008-11-211-3/+1
* Preliminary support for function overloadingDouglas Gregor2008-10-211-0/+29