summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class.derived/class.abstract/p2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move checks for creation of objects of abstract class type from the variousRichard Smith2016-12-151-0/+23
constructs that can do so into the initialization code. This fixes a number of different cases in which we used to fail to check for abstract types. Thanks to Tim Shen for inspiring the weird code that uncovered this! llvm-svn: 289753
OpenPOWER on IntegriCloud