summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/compound-init.m
Commit message (Collapse)AuthorAgeFilesLines
* Complain when we try to initialize an object of Objective-C class typeDouglas Gregor2010-05-031-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
OpenPOWER on IntegriCloud