1. c5e07f5 Improve the Objective-C common-type computation used by the ternary operator. by Douglas Gregor · 10 years ago
  2. 12f7ef3 Objective-C [Sema]. Fixes a bug in comparing qualified by Fariborz Jahanian · 11 years ago
  3. ac6b4ef Objective-C. Patch to warn if the result of calling a property getter by Fariborz Jahanian · 11 years ago
  4. 478536b improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 12 years ago
  5. 773df4a Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 12 years ago
  6. 65d6357 Split "incomplete implementation" warnings for ObjC into separate warnings. by Ted Kremenek · 13 years ago
  7. 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
  8. 553b2b2 Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 14 years ago
  9. c68e140 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  10. 97752f7 Improve diagnostics on incomplete implementation by Fariborz Jahanian · 16 years ago
  11. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  12. 0399c1c Change tests to use clang -cc1... by Fariborz Jahanian · 16 years ago
  13. 8e6aee5 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 16 years ago
  14. a3f41f4 Some more ?: for Obj-C tests. by Daniel Dunbar · 16 years ago
  15. 0418a5f Add more testing of ?: for Obj-C object types. by Daniel Dunbar · 16 years ago
  16. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  17. 3f49fee Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's. by Steve Naroff · 17 years ago
  18. 9a8e759 Implement an important missing warning when a selector by Fariborz Jahanian · 17 years ago
  19. 8afa989 Downgrade incompatibilities with objc qualified types (e.g. id <P>) to warnings. by Steve Naroff · 17 years ago
  20. de1ec9c Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 17 years ago
  21. 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]
  22. 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
  23. 524011f Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. This fixes a bogus error. by Steve Naroff · 17 years ago