1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 08c88db Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). by Ted Kremenek · 12 years ago
  3. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  4. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  5. ae415dc Check on property attributes which are declared 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. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. 17d0d0d Place warning about 'readonly' property attributes which by Fariborz Jahanian · 15 years ago
  10. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  11. 2bd0372 Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects by Steve Naroff · 16 years ago
  12. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago