summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.copy/p18-cxx11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Store on the CXXRecordDecl whether the class has, or would have, a copyRichard Smith2012-11-281-0/+62
constructor/assignment operator with a const-qualified parameter type. The prior method for determining this incorrectly used overload resolution. llvm-svn: 168775
OpenPOWER on IntegriCloud