llvm-project/clang/test/CXX/class.derived
Richard Smith 8b86f2d401 Implement final resolution of DR1402: implicitly-declared move operators that
would be deleted are still declared, but are ignored by overload resolution.

Also, don't delete such members if a subobject has no corresponding move
operation and a non-trivial copy. This causes us to implicitly declare move
operations in more cases, but risks move-assigning virtual bases multiple
times in some circumstances (a warning for that is to follow).

llvm-svn: 193969
2013-11-04 01:48:18 +00:00
..
class.abstract Implement final resolution of DR1402: implicitly-declared move operators that 2013-11-04 01:48:18 +00:00
class.member.lookup Tests and status for core issues 1-50. 2013-05-19 07:22:38 +00:00
class.virtual Improve error for "override" + non-virtual func. 2013-09-05 23:51:03 +00:00
p1.cpp Handle redundant 'typename' on base class specifications. 2011-10-25 18:46:41 +00:00
p2.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