summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.copy/p20.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix mishandling of deletedness for assignment operators of classes withRichard Smith2016-08-311-1/+2
| | | | | | | | 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
* Test implicit declaration of copy assignment operator with non-const argumentDouglas Gregor2010-07-011-0/+46
llvm-svn: 107421
OpenPOWER on IntegriCloud