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