summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.inhctor/elsewhere.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [SemaDeclCXX] Allow inheriting constructor declaration to specify a ↵Tan S. B.2019-08-171-0/+1
| | | | | | | | cv-qualified type Differential Revision: https://reviews.llvm.org/D47419 llvm-svn: 369196
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-3/+3
| | | | llvm-svn: 203302
* C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith2013-04-101-0/+7
| | | | llvm-svn: 179151
* Bring inheriting constructor implementation up-to-date with current defectRichard Smith2013-03-181-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 Smith2012-04-271-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 inRichard Smith2012-04-021-0/+26
| | | | | | dependent contexts. llvm-svn: 153858
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Revert "Disable inherited constructors for 2.9."Sebastian Redl2011-03-121-3/+1
| | | | | | It is only meant for the release branch. llvm-svn: 127542
* Disable inherited constructors for 2.9.Sebastian Redl2011-03-121-1/+3
| | | | llvm-svn: 127541
* Basic implementation of inherited constructors. Only generates declarations, ↵Sebastian Redl2011-02-051-0/+31
and probably only works for very basic use cases. llvm-svn: 124970
OpenPOWER on IntegriCloud