summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/undef-class-property-error.m
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Avoid crash for category implementation without interfaceShoaib Meenai2018-03-271-0/+9
When we have a category implementation without a corresponding interface (which is an error by itself), semantic checks for property accesses will attempt to access a null interface declaration and then segfault. Error out in such cases instead. Differential Revision: https://reviews.llvm.org/D44916 llvm-svn: 328654
OpenPOWER on IntegriCloud