summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/inheriting-constructor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode.Richard Smith2012-04-271-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 Friedman2012-03-101-0/+9
constructors. Fixes PR12219. llvm-svn: 152470
OpenPOWER on IntegriCloud