summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/conditional-expr.m
Commit message (Collapse)AuthorAgeFilesLines
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-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 Naroff2008-05-311-0/+23
| | | | | | These can be fixed lazily if they become a problem. llvm-svn: 51830
* Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. ↵Steve Naroff2008-05-311-0/+21
This fixes a bogus error. <rdar://problem/5967036> clang on xcode: error: incompatible operand types ('id<DTOutputStreams>' and 'DTFilterOutputStream *') llvm-svn: 51828
OpenPOWER on IntegriCloud