summaryrefslogtreecommitdiff
path: root/test/SemaCXX/overload-decl.cpp
AgeCommit message (Expand)Author
2015-01-17If a function decl cannot be merged, mark it as invalid.Nico Weber
2013-11-03Sema: Do not allow overloading between methods based on restrictDavid Majnemer
2013-06-19Improve diagnostic for redeclaring static member function. Fixes PR16382.Eli Friedman
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