Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cxx2a] P0641R2: (Some) type mismatches on defaulted functions only | Richard Smith | 2018-09-28 | 1 | -1/+1 |
* | When diagnosing that a defaulted function is ill-formed because it would be | Richard Smith | 2016-10-31 | 1 | -1/+1 |
* | If a defaulted special member is implicitly deleted, check whether it's | Richard Smith | 2013-04-02 | 1 | -2/+3 |
* | [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a | Richard Smith | 2012-04-29 | 1 | -4/+4 |
* | Finish PR10217: Ensure we say that a special member was implicitly, not | Richard Smith | 2012-04-02 | 1 | -5/+5 |
* | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith | 2012-03-30 | 1 | -27/+28 |
* | Ensure that we delete destructors in the right cases. Specifically: | Richard Smith | 2012-02-26 | 1 | -0/+103 |