aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/overload-decl.cpp
AgeCommit message (Expand)Author
2013-01-12Fix a regression from 171193: main cannot be overloaded.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-15Place constructors and destructors into the DeclContext of the class,Douglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-21Fix overloading of non-static member functions that differ in their cv-qualif...Douglas Gregor
2008-10-21Preliminary support for function overloadingDouglas Gregor