aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/special/class.copy/implicit-move-def.cpp
AgeCommit message (Expand)Author
2011-11-01Make test work with ARM C++ ABI.Eli Friedman
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-06When performing a derived-to-base cast on the right-hand side of theDouglas Gregor
2011-09-01When defining the implicit move assignment operator, don't performDouglas Gregor
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl