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. 8701877 Remove Sema::LookupObjCImplementation and replace it with just calling ObjCInterfaceDecl::getImplementation(). by Argyrios Kyrtzidis · 15 years ago
  4. 77a6be4 Diagnose if an implementation implements a forward class by Fariborz Jahanian · 16 years ago
  5. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  6. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  7. 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/class-impl-1.m]
  8. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  9. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago