1. 12bac25 Diagnose properties which have no implementations; by Fariborz Jahanian · 16 years ago
  2. 16ede0e fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type. by Chris Lattner · 16 years ago
  3. d0c649f rename test by Chris Lattner · 16 years ago[Renamed from test/SemaObjC/property-1.m]
  4. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  5. 0d794b2 Force triple for a couple test cases. by Daniel Dunbar · 16 years ago
  6. 804058e Patch to remove bogus warning in case of @dynamic by Fariborz Jahanian · 16 years ago
  7. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  8. 5e0a74f Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. by Steve Naroff · 16 years ago
  9. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  10. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  11. 666871a remove objc prefixes from these tests. by Chris Lattner · 16 years ago[Renamed from test/SemaObjC/objc-property-1.m]
  12. 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]
  13. 6cdf16d More semantics checks of properties. Property implementation can implicitly use by Fariborz Jahanian · 17 years ago
  14. c35b9e4 Support for @dynamic AST build. by Fariborz Jahanian · 17 years ago