aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/special/class.copy/implicit-move.cpp
AgeCommit message (Expand)Author
2012-12-28Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith
2012-04-25PR12625: Cope with classes which have incomplete base or member types:Richard Smith
2012-04-20Fix bug where a class's (deleted) copy constructor would be implicitly given aRichard Smith
2012-04-02PR10217 diagnostic fix: don't say 'copy constructor' when we meanRichard Smith
2012-04-02Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith
2012-04-02Implement DR1402: if a field or base class is not movable, the derived class'sRichard Smith
2012-03-30PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith
2012-02-15When overload resolution picks an implicitly-deleted special memberDouglas Gregor
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl