1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  4. 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
  5. 5272adf Enforce nonnull __attribute__ on Objective-C method calls. // rdar://9287695 by Fariborz Jahanian · 13 years ago
  6. ff3a078 Patch to support transparent_union arguments by Fariborz Jahanian · 14 years ago
  7. 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
  8. 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
  9. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
  10. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  11. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  12. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  13. 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]
  14. 9b82ce9 merge two tests. by Chris Lattner · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  16. 7fb43c1 Tidy up sema processing of attribute "nonull": by Ted Kremenek · 16 years ago
  17. 465172f Add test case for nonnull attribute. Fix indexing bug. by Ted Kremenek · 16 years ago