Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move all objc sema tests into a new SemaObjC directory. Next step is to | Chris Lattner | 2008-07-26 | 1 | -44/+0 |
| | | | | | | remove the objc- prefix from the tests that use it. llvm-svn: 54084 | ||||
* | Add some more test cases that demonstrate clang is a bit stricter than GCC. ↵ | Steve Naroff | 2008-05-31 | 1 | -0/+23 |
| | | | | | | These can be fixed lazily if they become a problem. llvm-svn: 51830 | ||||
* | Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. ↵ | Steve Naroff | 2008-05-31 | 1 | -0/+21 |
This fixes a bogus error. <rdar://problem/5967036> clang on xcode: error: incompatible operand types ('id<DTOutputStreams>' and 'DTFilterOutputStream *') llvm-svn: 51828 |