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. 5272adf Enforce nonnull __attribute__ on Objective-C method calls. // rdar://9287695 by Fariborz Jahanian · 14 years ago
  3. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  4. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  5. 1db5d14 Relax __attribute_((nonnull)) checking to allow the attribute on functions with no pointer arguments. GCC doesn't warn by Ted Kremenek · 14 years ago
  6. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
  7. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  10. dbfe99e Handle some more fallout with the conversion of using PointerType for by Ted Kremenek · 15 years ago[Renamed (79%) from test/Sema/nonnull.c]
  11. 9b82ce9 merge two tests. by Chris Lattner · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  13. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  14. 465172f Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago