summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/inheriting-constructor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merging r155728:Bill Wendling2012-04-271-0/+2
| | | | | | | | | | | | | | ------------------------------------------------------------------------ r155728 | rsmith | 2012-04-27 12:33:05 -0700 (Fri, 27 Apr 2012) | 4 lines PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. We do not support IRGen for these, and get some parts of the semantic analysis wrong. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_31@155731 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure the accessors for overridden methods don't return inherited ↵Eli Friedman2012-03-101-0/+9
constructors. Fixes PR12219. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152470 91177308-0d34-0410-b5e6-96231b3b80d8