1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. ef74f4c Replace clang-cc with clang -cc1. by Zhongxing Xu · 15 years ago
  3. c237429 Prep for new warning. by Mike Stump · 15 years ago
  4. f3929da Add another uninitialized values test case illustrating that the CFG correctly by Ted Kremenek · 16 years ago
  5. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  6. a316e7b Extend builtin "attribute" syntax to include a notation for by Douglas Gregor · 16 years ago
  7. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  8. 5fb5c6a Changed merge operation for uninitialized values analysis to "intersect" (previous union). by Ted Kremenek · 17 years ago
  9. f5f20bd The checking for the delimiters of expected error/warning messages was by Bill Wendling · 17 years ago
  10. ca7aa1f Added more test cases for uninitialized values checker. by Ted Kremenek · 17 years ago
  11. ff7c538 Fixed bogus culling of uninitialized-values "taint" propagation during assignments. by Ted Kremenek · 17 years ago