Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move checks for creation of objects of abstract class type from the various | Richard Smith | 2016-12-15 | 1 | -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 |