Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -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 Jahanian | 2011-03-28 | 1 | -1/+4 |
| | | | | | | // rdar://9181463 llvm-svn: 128410 | ||||
* | 'self' is objective-c's 'self' objc pointer only in | Fariborz Jahanian | 2011-03-27 | 1 | -0/+23 |
an objc method. Fixes // rdar://9181463 llvm-svn: 128389 |