Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SemaDeclCXX] Allow inheriting constructor declaration to specify a ↵ | Tan S. B. | 2019-08-17 | 1 | -0/+1 |
| | | | | | | | | cv-qualified type Differential Revision: https://reviews.llvm.org/D47419 llvm-svn: 369196 | ||||
* | Replace "can not" with "cannot" in diagnostics messages. | Ismail Pazarbasi | 2014-03-07 | 1 | -3/+3 |
| | | | | llvm-svn: 203302 | ||||
* | C++11 inheriting constructors: support for inheriting constructor templates. | Richard Smith | 2013-04-10 | 1 | -0/+7 |
| | | | | llvm-svn: 179151 | ||||
* | Bring inheriting constructor implementation up-to-date with current defect | Richard Smith | 2013-03-18 | 1 | -10/+10 |
| | | | | | | | | | reports, and implement implicit definition of inheriting constructors. Remaining missing features: inheriting constructor templates, implicit exception specifications for inheriting constructors, inheriting constructors from dependent bases. llvm-svn: 177320 | ||||
* | PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. | Richard Smith | 2012-04-27 | 1 | -8/+8 |
| | | | | | | | We do not support IRGen for these, and get some parts of the semantic analysis wrong. llvm-svn: 155728 | ||||
* | Basic semantic analysis support for inheriting constructor declarations in | Richard Smith | 2012-04-02 | 1 | -0/+26 |
| | | | | | | dependent contexts. llvm-svn: 153858 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Revert "Disable inherited constructors for 2.9." | Sebastian Redl | 2011-03-12 | 1 | -3/+1 |
| | | | | | | It is only meant for the release branch. llvm-svn: 127542 | ||||
* | Disable inherited constructors for 2.9. | Sebastian Redl | 2011-03-12 | 1 | -1/+3 |
| | | | | llvm-svn: 127541 | ||||
* | Basic implementation of inherited constructors. Only generates declarations, ↵ | Sebastian Redl | 2011-02-05 | 1 | -0/+31 |
and probably only works for very basic use cases. llvm-svn: 124970 |