1. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  2. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  3. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  4. 08c88db Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). by Ted Kremenek · 12 years ago
  5. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  6. 806054d Do placeholder conversions on array bounds in both declarators and by John McCall · 13 years ago
  7. dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
  8. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  9. 898f284 objc: Don't crash with decl context for property impl. by Fariborz Jahanian · 13 years ago
  10. b860739 objective-c - Make warning on unimplemented protocols point by Fariborz Jahanian · 13 years ago
  11. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago
  12. 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
  13. 6dd30fc Diagnose duplicate declaration of a property. Fixes PR5809 by Fariborz Jahanian · 15 years ago
  14. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  15. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  16. 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 15 years ago
  17. 16ede0e fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type. by Chris Lattner · 15 years ago
  18. d0c649f rename test by Chris Lattner · 15 years ago[Renamed from test/SemaObjC/property-1.m]
  19. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  20. 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 16 years ago
  21. 804058e Patch to remove bogus warning in case of @dynamic by Fariborz Jahanian · 16 years ago
  22. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  23. 5e0a74f Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  24. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  25. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  26. 666871a remove objc prefixes from these tests. by Chris Lattner · 16 years ago[Renamed from test/SemaObjC/objc-property-1.m]
  27. 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/objc-property-1.m]
  28. 6cdf16d More semantics checks of properties. Property implementation can implicitly use by Fariborz Jahanian · 16 years ago
  29. c35b9e4 Support for @dynamic AST build. by Fariborz Jahanian · 16 years ago