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. f6e88d7 Fix regression from llvm-gcc where we should NOT emit a warning about __attribute__((NSObject)) on a property declaration. This is needed to have retain properties for non-object pointers. Fixes <rdar://problem/10930507>. by Ted Kremenek · 12 years ago
  3. 6b65d4a objc: after issuing the warning on direct use of __attribute__((NSObject)) by Fariborz Jahanian · 13 years ago
  4. 9b2eb7b objc: warn if NSObject attribute appears other than in a typedef. by Fariborz Jahanian · 13 years ago
  5. 842f07b Recognize __attribute__((NSObject)) directly applied by Fariborz Jahanian · 14 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  8. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  10. fa23c1d Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type by Fariborz Jahanian · 15 years ago