| Commit message (Expand) | Author | Age | Files | Lines |
* | When diagnosing the lack of a viable conversion function, also list | Richard Smith | 2020-01-09 | 1 | -1/+1 |
* | PR31606: Generalize our tentative DR resolution for inheriting copy/move | Richard Smith | 2017-01-13 | 1 | -4/+4 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -20/+31 |
* | C++11 inheriting constructors: support for inheriting constructor templates. | Richard Smith | 2013-04-10 | 1 | -0/+10 |
* | Bring inheriting constructor implementation up-to-date with current defect | Richard Smith | 2013-03-18 | 1 | -6/+6 |
* | PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. | Richard Smith | 2012-04-27 | 1 | -6/+6 |
* | Basic semantic analysis support for inheriting constructor declarations in | Richard Smith | 2012-04-02 | 1 | -0/+18 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Declare and define implicit move constructor and assignment operator. | Sebastian Redl | 2011-08-30 | 1 | -2/+2 |
* | Revert "Disable inherited constructors for 2.9." | Sebastian Redl | 2011-03-12 | 1 | -3/+1 |
* | Disable inherited constructors for 2.9. | Sebastian Redl | 2011-03-12 | 1 | -1/+3 |
* | Basic implementation of inherited constructors. Only generates declarations, ... | Sebastian Redl | 2011-02-05 | 1 | -0/+30 |