summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.copy/p9.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Provide overload diagnostics when explicit casts involving class types fail.John McCall2011-02-141-12/+12
| | | | | | PR8626. llvm-svn: 125506
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-4/+4
| | | | llvm-svn: 113092
* Teach DeclareImplicitCopyConstructor how to cope with virtual basesDouglas Gregor2010-07-011-0/+44
and multi-dimensional array fields. Fixes several bugs found by inspection. llvm-svn: 107411
OpenPOWER on IntegriCloud