1. 8b43d2b Split "incomplete implementation" warnings for ObjC into separate warnings. by Ted Kremenek · 11 years ago
  2. 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
  3. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  4. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  8. 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/gcc-cast-ext.m]
  9. a2ac06e Change Expr::isIntegerConstantExpr() to allow for pointer types (for GCC compatibility). Note FIXME. by Steve Naroff · 16 years ago
  10. 0326e04 Finish up r51900. by Steve Naroff · 16 years ago