1. a70779f Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 12 years ago
  2. 59a9881 objective-c: revert r157407. It broke a project by Fariborz Jahanian · 12 years ago
  3. cba0ebc Change warning to error when property setter names conflict. // rdar://11528439 by Fariborz Jahanian · 12 years ago
  4. b5b155c objective-c: warn on use of property setters by Fariborz Jahanian · 12 years ago
  5. d5f1bd2 objective-c: Fixes a corner case and interesting bug. by Fariborz Jahanian · 12 years ago
  6. 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
  7. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  8. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  9. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  10. 99130e5 Complain on missing property getter method only by Fariborz Jahanian · 14 years ago
  11. 354095c Issue extended diagnostic when property dot-syntax is used and by Fariborz Jahanian · 15 years ago
  12. dd0cb90 Issue diagnostics (instead of crashing in code gen) when using by Fariborz Jahanian · 15 years ago
  13. 772494c Add abort() as a builtin. This has two effects: one, we warn for incorrect by Eli Friedman · 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. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  17. 1ca6694 Fix <rdar://problem/6578665> user declared setter method should be used when using property syntx. by Steve Naroff · 16 years ago
  18. d1fa644 Patch to supprt case of readonly property being by Fariborz Jahanian · 16 years ago
  19. 2129212 Explicit declaration of property setters over-ride by Fariborz Jahanian · 16 years ago