1. a8e0cd8 Do l-value conversion, etc., on a switch condition expression in by John McCall · 14 years ago
  2. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 14 years ago
  3. fefe91e objective-c: warn if implementation of a method in category by Fariborz Jahanian · 14 years ago
  4. 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 14 years ago
  5. 473506b In ARC we emit an error when compiling: by Argyrios Kyrtzidis · 14 years ago
  6. 527eec8 objective-c: Any use of @synthesize or @dynamic lexically after a method (or C function) implementation by Fariborz Jahanian · 14 years ago
  7. f96e904 In ARC mode, consider Objective-C lifetime types (object pointers and by Douglas Gregor · 14 years ago
  8. 0a68dc7 [ARC] Complain about property without storage attribute when @synthesizing it, not at its declaration. by Argyrios Kyrtzidis · 14 years ago
  9. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 14 years ago
  10. 05d4876 Fix the warning that is emitted when an ownership attribute is applied incorrectly. by Argyrios Kyrtzidis · 14 years ago
  11. c03fa49 ARC writeback isn't supposed to apply to local indirect pointers, by John McCall · 14 years ago
  12. 831fb96 objc-arc/mrc: Allow ns_returns_not_retained attribute on properties by Fariborz Jahanian · 14 years ago
  13. 921c143 objc-arc: Check on a variety of unsafe assignment of retained by Fariborz Jahanian · 14 years ago
  14. b8b0313 Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. by Argyrios Kyrtzidis · 14 years ago
  15. d26fef0 Change "cannot assign retained object.." warning to "assigning retained object.." by Argyrios Kyrtzidis · 14 years ago
  16. 8295b7b objc-arc: Allow unbridged cast of retainable object to by Fariborz Jahanian · 14 years ago
  17. 7acddac Objective-C fast enumeration loop variables are not retained in ARC, but by John McCall · 14 years ago
  18. b1f7d24 arc: diagnose dereferencing a __weak pointer which may be by Fariborz Jahanian · 14 years ago
  19. f85e193 Automatic Reference Counting. by John McCall · 14 years ago