summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.inhctor/elsewhere.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...Tan S. B.2019-08-171-0/+1
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-3/+3
* C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith2013-04-101-0/+7
* Bring inheriting constructor implementation up-to-date with current defectRichard Smith2013-03-181-10/+10
* PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.Richard Smith2012-04-271-8/+8
* Basic semantic analysis support for inheriting constructor declarations inRichard Smith2012-04-021-0/+26
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Revert "Disable inherited constructors for 2.9."Sebastian Redl2011-03-121-3/+1
* Disable inherited constructors for 2.9.Sebastian Redl2011-03-121-1/+3
* Basic implementation of inherited constructors. Only generates declarations, ...Sebastian Redl2011-02-051-0/+31
OpenPOWER on IntegriCloud