summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx11-inheriting-ctors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make typo-correction of inheriting constructors work a bit better. LimitRichard Smith2014-05-011-0/+8
| | | | | | | correction to direct base class members, and recover properly after we apply such a correction. llvm-svn: 207731
* PR15757: When we instantiate an inheriting constructor template, alsoRichard Smith2013-05-171-0/+28
instantiate the inherited constructor template and mark that as the constructor which the instantiated specialization is inheriting. This fixes a crash-on-valid when trying to compute the exception specification of a specialization of the inheriting constructor. llvm-svn: 182072
OpenPOWER on IntegriCloud