Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up various builtin declaration of objc_msgSend families | Fariborz Jahanian | 2013-01-04 | 1 | -0/+16 |
| | | | | | | | to match those foung in objc.h an avoid spurious warnings. // rdar://12489098 llvm-svn: 171492 | ||||
* | 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 | ||||
* | Restore patch reversed in r118475. Fixes | Fariborz Jahanian | 2010-11-09 | 1 | -0/+3 |
| | | | | | | // rdar://8632525 llvm-svn: 118634 | ||||
* | Remove this test for now. | Fariborz Jahanian | 2010-11-09 | 1 | -3/+0 |
| | | | | llvm-svn: 118476 | ||||
* | Remove space from rdar URIs. | Fariborz Jahanian | 2010-11-09 | 1 | -1/+1 |
| | | | | llvm-svn: 118474 | ||||
* | Provide a precise builtin declaration for objc_msgSend | Fariborz Jahanian | 2010-11-08 | 1 | -0/+3 |
to avoid a bogus warning. Fixes //rdar: //8632525 llvm-svn: 118451 |