Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaObjC
/
conditional-expr.m
c5e07f5
Improve the Objective-C common-type computation used by the ternary operator.
by Douglas Gregor
· 10 years ago
12f7ef3
Objective-C [Sema]. Fixes a bug in comparing qualified
by Fariborz Jahanian
· 11 years ago
ac6b4ef
Objective-C. Patch to warn if the result of calling a property getter
by Fariborz Jahanian
· 11 years ago
478536b
improve of note message and minor refactoring of my last patch (r181847).
by Fariborz Jahanian
· 12 years ago
773df4a
Objective-C [diagnostics] [QOI], when method is not
by Fariborz Jahanian
· 12 years ago
65d6357
Split "incomplete implementation" warnings for ObjC into separate warnings.
by Ted Kremenek
· 13 years ago
acfbe9e
Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared.
by Patrick Beard
· 13 years ago
553b2b2
Modify how the -verify flag works. Currently, the verification string and
by Richard Trieu
· 14 years ago
c68e140
Improve diagnostics when we fail to convert from a source type to a
by Douglas Gregor
· 15 years ago
97752f7
Improve diagnostics on incomplete implementation
by Fariborz Jahanian
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
0399c1c
Change tests to use clang -cc1...
by Fariborz Jahanian
· 16 years ago
8e6aee5
Remove a bunch of FIXME's related to ObjC type checking.
by Steve Naroff
· 16 years ago
a3f41f4
Some more ?: for Obj-C tests.
by Daniel Dunbar
· 16 years ago
0418a5f
Add more testing of ?: for Obj-C object types.
by Daniel Dunbar
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
3f49fee
Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's.
by Steve Naroff
· 17 years ago
9a8e759
Implement an important missing warning when a selector
by Fariborz Jahanian
· 17 years ago
8afa989
Downgrade incompatibilities with objc qualified types (e.g. id <P>) to warnings.
by Steve Naroff
· 17 years ago
de1ec9c
Improve type-checking of ?: for Objective-C types.
by Daniel Dunbar
· 17 years ago
8902688
move all objc sema tests into a new SemaObjC directory. Next step is to
by Chris Lattner
· 17 years ago
[Renamed from clang/test/Sema/conditional-expr.m]
09efde0
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
· 17 years ago
524011f
Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. This fixes a bogus error.
by Steve Naroff
· 17 years ago