Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
483168227946f70e9dd7d12e7bf72bb1d76e0740
/
test
/
SemaObjC
/
conditional-expr.m
4084c30
Remove a bunch of FIXME's related to ObjC type checking.
by Steve Naroff
· 15 years ago
8cbd38c
Some more ?: for Obj-C tests.
by Daniel Dunbar
· 15 years ago
1cdad9e
Add more testing of ?: for Obj-C object types.
by Daniel Dunbar
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
6b9dfd4
Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's.
by Steve Naroff
· 16 years ago
268bc8c
Implement an important missing warning when a selector
by Fariborz Jahanian
· 16 years ago
3957907
Downgrade incompatibilities with objc qualified types (e.g. id <P>) to warnings.
by Steve Naroff
· 16 years ago
40727a4
Improve type-checking of ?: for Objective-C types.
by Daniel Dunbar
· 16 years ago
6ac6ddc
move all objc sema tests into a new SemaObjC directory. Next step is to
by Chris Lattner
· 16 years ago
[Renamed from test/Sema/conditional-expr.m]
19b87d2
Add some more test cases that demonstrate clang is a bit stricter than GCC. These can be fixed lazily if they become a problem.
by Steve Naroff
· 16 years ago
aa73eec
Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. This fixes a bogus error.
by Steve Naroff
· 16 years ago