summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.copy/implicit-move-def.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-1/+1
* [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-201-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-3/+3
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-3/+3
* Issue a diagnostic if an implicitly-defined move assignment operator would moveRichard Smith2013-11-041-1/+1
* Make test work with ARM C++ ABI.Eli Friedman2011-11-011-9/+10
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-2/+2
* When performing a derived-to-base cast on the right-hand side of theDouglas Gregor2011-09-061-2/+22
* When defining the implicit move assignment operator, don't performDouglas Gregor2011-09-011-17/+29
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-0/+84
OpenPOWER on IntegriCloud