1. 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
  2. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  3. d2ee809 Include prefix with default synthesized ivars. by Ted Kremenek · 13 years ago
  4. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  5. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
  6. 527eec8 objective-c: Any use of @synthesize or @dynamic lexically after a method (or C function) implementation by Fariborz Jahanian · 13 years ago
  7. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  8. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  9. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  10. 6eaac8b When performing typo correction, keep track of whether the last lookup by Douglas Gregor · 14 years ago
  11. 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
  12. 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 14 years ago
  13. 84ef4b2 Categories cannot synthesize property ivars, and a minor cleanup. by Fariborz Jahanian · 14 years ago
  14. ad51e74 Patch to synthesize property ivars on demand as by Fariborz Jahanian · 14 years ago