summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/copy-constructor-error.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add test case from PR6064, which now worksDouglas Gregor2010-03-021-0/+13
| | | | llvm-svn: 97575
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-221-4/+3
| | | | llvm-svn: 91927
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Revert r88718, which does NOT solve the ↵Douglas Gregor2009-11-131-3/+5
| | | | | | constructor-template-as-copy-constructor issue. Big thanks to John for finding this llvm-svn: 88724
* A constructor template cannot be instantiated to a copyDouglas Gregor2009-11-131-5/+3
| | | | | | constructor. Make sure that such declarations can never be formed. llvm-svn: 88718
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
| | | | llvm-svn: 81346
* After reporting ill-formed copy constructor(12.8.p3)Fariborz Jahanian2009-08-061-0/+13
don't recurs and crash. llvm-svn: 78323
OpenPOWER on IntegriCloud