1. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  3. ef74f4c Replace clang-cc with clang -cc1. by Zhongxing Xu · 15 years ago
  4. b107c4b Catch uses of undefined values when they are used in assignment, thus catching such bugs closer to the source. by Ted Kremenek · 15 years ago
  5. 112ba7e Shorten the static analyzer diagnostic for 'use of garbage value'. by Ted Kremenek · 15 years ago
  6. 7c039bf Have divide-by-zero checker not handled undefined denominators. This is handled by the generic checking for undefined operands for BinaryOperators. by Ted Kremenek · 15 years ago
  7. 5b9bd21 Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way by Ted Kremenek · 15 years ago
  8. c761f40 Add uninitialized values test case. by Ted Kremenek · 15 years ago
  9. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  10. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  11. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  12. 282f753 enable test as it works by Nuno Lopes · 16 years ago
  13. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  14. 4193eca Lazy bingding for region-store manager. by Zhongxing Xu · 16 years ago
  15. 4226846 Revise bogus comment I just committed. by Ted Kremenek · 16 years ago
  16. f117fac Add comment to test case for documentation. by Ted Kremenek · 16 years ago
  17. e8e4d8c Split region store specific test cases. by Zhongxing Xu · 16 years ago