Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complain when we try to initialize an object of Objective-C class type | Douglas Gregor | 2010-05-03 | 1 | -0/+7 |
(which is ill-formed) with an initializer list. Also, change the fallback from an assertion to a generic error message, which is far friendlier. Fixes <rdar://problem/7730948>. llvm-svn: 102930 |