| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | C++11 inheriting constructors: support for inheriting constructor templates. | Richard Smith | 2013-04-10 | 1 | -0/+10 |
| | | | | | llvm-svn: 179151 | ||||
| * | Bring inheriting constructor implementation up-to-date with current defect | Richard Smith | 2013-03-18 | 1 | -2/+9 |
| | | | | | | | | | | 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 | -0/+2 |
| | | | | | | | | We do not support IRGen for these, and get some parts of the semantic analysis wrong. llvm-svn: 155728 | ||||
| * | Make sure the accessors for overridden methods don't return inherited ↵ | Eli Friedman | 2012-03-10 | 1 | -0/+9 |
| constructors. Fixes PR12219. llvm-svn: 152470 | |||||

