llvm-project/clang/test/CXX/special/class.copy
Richard Smith 0786d5b9e6 Fix mishandling of deletedness for assignment operators of classes with
indirect virtual bases. We don't need to be able to invoke such an assignment
operator from the derived class, and we shouldn't delete the derived assignment
op if we can't do so.

llvm-svn: 280288
2016-08-31 20:37:39 +00:00
..
implicit-move-def.cpp [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC. 2016-04-20 01:02:18 +00:00
implicit-move.cpp PR6037 2015-01-19 01:44:02 +00:00
p3.cpp
p8-cxx11.cpp
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 PR28978: If we need overload resolution for the move constructor of an 2016-08-16 00:13:47 +00:00
p12-0x.cpp
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
p15-inclass.cpp Update Clang tests to handle explicitly typed load changes in LLVM. 2015-02-27 21:19:58 +00:00
p18-cxx11.cpp
p20.cpp Fix mishandling of deletedness for assignment operators of classes with 2016-08-31 20:37:39 +00:00
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
p28-cxx11.cpp
p33-0x.cpp Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'. 2013-12-18 23:30:06 +00:00