llvm-project/clang/test/CXX/special/class.copy
Richard Smith 566184ac75 When a special member is explicitly defaulted outside its class, and we reject
the defaulting because it would delete the member, produce additional notes
explaining why the member is implicitly deleted.

llvm-svn: 199829
2014-01-22 20:09:10 +00:00
..
implicit-move-def.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
implicit-move.cpp Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +00:00
p3.cpp
p8-cxx11.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p9.cpp
p11.0x.copy.cpp When a special member is explicitly defaulted outside its class, and we reject 2014-01-22 20:09:10 +00:00
p11.0x.move.cpp When a special member is explicitly defaulted outside its class, and we reject 2014-01-22 20:09:10 +00:00
p12-0x.cpp Implement final resolution of DR1402: implicitly-declared move operators that 2013-11-04 01:48:18 +00:00
p13-0x.cpp Unify lookup from within not-yet-defined defaulted special members: use common 2013-11-27 03:39:20 +00:00
p15-0x.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p15-inclass.cpp hopefully fix a bunch of ARM buildbot failures 2012-05-09 21:21:49 +00:00
p18-cxx11.cpp Store on the CXXRecordDecl whether the class has, or would have, a copy 2012-11-28 06:23:12 +00:00
p20.cpp
p23-cxx11.cpp Unify lookup from within not-yet-defined defaulted special members: use common 2013-11-27 03:39:20 +00:00
p25-0x.cpp Finish implementing 'selected constructor' rules for triviality in C++11. In 2012-12-08 08:32:28 +00:00
p28-cxx11.cpp Fix some wrong-code bugs in implicitly-defined assignment operators: 2012-11-13 00:54:12 +00:00
p33-0x.cpp Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00