Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mishandling of deletedness for assignment operators of classes with | Richard Smith | 2016-08-31 | 1 | -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 argument | Douglas Gregor | 2010-07-01 | 1 | -0/+46 |
llvm-svn: 107421 |