summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.copy/implicit-move.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR6037Nathan Sidwell2015-01-191-1/+1
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-5/+5
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-5/+5
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-5/+5
* Issue a diagnostic if an implicitly-defined move assignment operator would moveRichard Smith2013-11-041-0/+55
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-041-41/+51
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-091-18/+18
* Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith2012-12-281-1/+1
* PR12625: Cope with classes which have incomplete base or member types:Richard Smith2012-04-251-0/+7
* Fix bug where a class's (deleted) copy constructor would be implicitly given aRichard Smith2012-04-201-4/+4
* PR10217 diagnostic fix: don't say 'copy constructor' when we meanRichard Smith2012-04-021-1/+1
* Finish PR10217: Ensure we say that a special member was implicitly, notRichard Smith2012-04-021-2/+2
* Implement DR1402: if a field or base class is not movable, the derived class'sRichard Smith2012-04-021-0/+72
* PR10217: Provide diagnostics explaining why an implicitly-deleted specialRichard Smith2012-03-301-3/+3
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-151-5/+5
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-0/+164
OpenPOWER on IntegriCloud