summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/error-missing-getter.m
Commit message (Collapse)AuthorAgeFilesLines
* Continue parsing an expression list even after an error is encountered.Kaelyn Takata2014-07-141-1/+2
| | | | | | | | | Otherwise, multiple errors such as having unknown identifiers for two arguments won't be diagnosed properly (e.g. only the first one would have a diagnostic message if typo correction fails even though both would be diagnosed if typo correction suggests a replacement). llvm-svn: 213003
* Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman2012-11-291-4/+27
| | | | llvm-svn: 168851
* Complain on missing property getter method onlyFariborz Jahanian2010-12-221-0/+19
if property-dot expression is decidedly an rvalue. // rdar://8155806. llvm-svn: 122430
OpenPOWER on IntegriCloud