summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/self-in-function.m
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Also 'self' in blocks need be handled specially.Fariborz Jahanian2011-03-281-1/+4
| | | | | | // rdar://9181463 llvm-svn: 128410
* 'self' is objective-c's 'self' objc pointer only inFariborz Jahanian2011-03-271-0/+23
an objc method. Fixes // rdar://9181463 llvm-svn: 128389
OpenPOWER on IntegriCloud