summaryrefslogtreecommitdiff
path: root/test/SemaCXX/copy-constructor-error.cpp
AgeCommit message (Expand)Author
2012-11-28C++ core issue 1344, PR10618: promote "addition of default argument makes thisRichard Smith
2011-05-26Implement a new warning for when adding a default argument to a methodSean Hunt
2010-03-02Add test case from PR6064, which now worksDouglas Gregor
2009-12-22Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-13Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor
2009-11-13A constructor template cannot be instantiated to a copyDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-06After reporting ill-formed copy constructor(12.8.p3)Fariborz Jahanian