1. 12182a0 Improve the diagnostics for the UndefinedAssignmentChecker when an by Ted Kremenek · 14 years ago
  2. 8133716 Refactor argument checking in CallAndMessageChecker to be the same by Ted Kremenek · 14 years ago[Renamed (86%) from test/Analysis/uninit-vals-ps-region.c]
  3. 091b588 Detect pass-by-value arguments that are structs that contain uninitialized data. by Ted Kremenek · 14 years ago
  4. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 15 years ago
  5. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. ef74f4c Replace clang-cc with clang -cc1. by Zhongxing Xu · 15 years ago
  8. 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
  9. 112ba7e Shorten the static analyzer diagnostic for 'use of garbage value'. by Ted Kremenek · 15 years ago
  10. 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
  11. 5b9bd21 Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way by Ted Kremenek · 15 years ago
  12. c761f40 Add uninitialized values test case. by Ted Kremenek · 15 years ago
  13. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  16. 282f753 enable test as it works by Nuno Lopes · 16 years ago
  17. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  18. 4193eca Lazy bingding for region-store manager. by Zhongxing Xu · 16 years ago
  19. 4226846 Revise bogus comment I just committed. by Ted Kremenek · 16 years ago
  20. f117fac Add comment to test case for documentation. by Ted Kremenek · 16 years ago
  21. e8e4d8c Split region store specific test cases. by Zhongxing Xu · 16 years ago