aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/copy-constructor-error.cpp
AgeCommit message (Expand)Author
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