llvm-project/clang/test/CXX/class.derived
Richard Smith 81f5ade227 Move checks for creation of objects of abstract class type from the various
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
2016-12-15 02:28:18 +00:00
..
class.abstract Move checks for creation of objects of abstract class type from the various 2016-12-15 02:28:18 +00:00
class.member.lookup
class.virtual PR6037 2015-01-19 01:44:02 +00:00
p1.cpp
p2.cpp