1. 2f2692f Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 16 years ago
  2. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  3. 27f686f Replace clang-cc with clang -cc1. by Zhongxing Xu · 16 years ago
  4. 005e8a0 Cleanups and fixes to the nil-receiver checker, some of it fallout the by Ted Kremenek · 16 years ago
  5. 4ef13f8 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 16 years ago
  6. 8b57697 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  7. 4301526 Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only by Ted Kremenek · 16 years ago
  8. 74a7b91 This test now passes with RegionStoreManager. by Ted Kremenek · 16 years ago
  9. f665579 Switch BasicStoreManager to use the new CastRegion implementation by default, by Ted Kremenek · 16 years ago
  10. eea8c29 Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'. by Ted Kremenek · 16 years ago
  11. 8b0dba3 Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct by Ted Kremenek · 17 years ago
  12. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  13. e571c4ee Add test case for 'nil receiver returns undefined struct value' check. by Ted Kremenek · 17 years ago