Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-10 | C++11 inheriting constructors: support for inheriting constructor templates. | Richard Smith | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179151 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-03-18 | Bring inheriting constructor implementation up-to-date with current defect | Richard Smith | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177320 91177308-0d34-0410-b5e6-96231b3b80d8 |