summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/error-outof-scope-property-use.m
Commit message (Collapse)AuthorAgeFilesLines
* Do not use typo correction that is unaccessible.Serge Pavlov2013-10-141-1/+1
| | | | | | | | This patch fixes PR17019. When doing typo correction, Sema::CorrectTypo uses correction already seen for the same typo. This causes problems if that correction is from another scope and cannot be accessed in the current. llvm-svn: 192594
* Replace -fobjc-default-synthesize-properties with ↵Rafael Espindola2013-09-271-2/+2
| | | | | | | | | disable-objc-default-synthesize-properties. We want the modern behavior most of the time, so inverting the option simplifies the driver and the tests. llvm-svn: 191551
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
| | | | | | patch (r181847). llvm-svn: 181896
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-1/+1
| | | | | | | | found for a receiver, note where receiver class is declaraed (this is most common when receiver is a forward class). // rdar://3258331 llvm-svn: 181847
* Test for my last patch. // rdar://13178483Fariborz Jahanian2013-02-181-0/+29
llvm-svn: 175453
OpenPOWER on IntegriCloud