1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  3. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  4. 666871a remove objc prefixes from these tests. by Chris Lattner · 16 years ago[Renamed from test/SemaObjC/objc-property-8.m]
  5. 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-8.m]
  6. 13fd7e5 "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." by Chris Lattner · 16 years ago
  7. 6c930f2 Make sure we look through categories when searching for a classes property. by Steve Naroff · 16 years ago