1. 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
  2. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  3. a813973 When forming a cycle in objc's inheritance hierarchy, by Fariborz Jahanian · 13 years ago
  4. e00909a Tweak diagnostic: by Ted Kremenek · 14 years ago
  5. a6f2638 When suggesting a typo correction for an @implementation without a by Douglas Gregor · 15 years ago
  6. 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  9. fdee089 don't crash if class is using itself as its super class. by Fariborz Jahanian · 15 years ago
  10. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  11. b8b96af make some objc redefinition warnings more consistent: call definitions by Chris Lattner · 16 years ago
  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/undef-superclass-1.m]
  13. 9511096 Make sure Sema::ActOnClassMessage() correctly diagnoses "super". by Steve Naroff · 16 years ago
  14. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  15. 1d5b0e3 Match to do some semantic analysis on objective-c class decl. by Fariborz Jahanian · 17 years ago