1. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 13 years ago
  2. 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 14 years ago
  3. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  7. 6ac6ddc move all objc sema tests into a new SemaObjC directory. Next step is to by Chris Lattner · 17 years ago[Renamed from test/Sema/method-undefined-warn-1.m]
  8. efe7f36 by Steve Naroff · 17 years ago
  9. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  10. ca3adf7 Previously, I warned those methods not implemented in implementation class/category. by Fariborz Jahanian · 17 years ago
  11. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago