1. c037eac Switch BasicStoreManager to use the new CastRegion implementation by default, by Ted Kremenek · 16 years ago
  2. e1cea75 Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'. by Ted Kremenek · 16 years ago
  3. dc14726 Enhance RegionStore to lazily symbolicate fields and array elements for by Ted Kremenek · 16 years ago
  4. dac5bd4 Temporarily disable RegionStore for stack-addr-ps.c, as a new test case reveals by Ted Kremenek · 16 years ago
  5. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 16 years ago
  6. 759f252 PR3009: Get rid of bogus warning for scalar compound literals. by Eli Friedman · 16 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  8. e1d77c3 Fix test: config.h is not guaranteed to exist at the location in by Eli Friedman · 16 years ago
  9. 4b2d0dd Eliminate dependency on where test is run from. by Daniel Dunbar · 16 years ago
  10. 61a3778 Don't include alloca.h if it doesn't exist. by Ben Laurie · 16 years ago
  11. be1fe1e Static Analyzer driver/options (partial) cleanup: by Ted Kremenek · 16 years ago
  12. b78284a This test case now passes with RegionStore. by Ted Kremenek · 16 years ago
  13. d427023 Add -analyze action to run static analyzer, instead of inferring from by Daniel Dunbar · 16 years ago
  14. 6eddeb1 MemRegion: by Ted Kremenek · 16 years ago
  15. cfec1db Temporarily XFAIL these tests. by Ted Kremenek · 16 years ago
  16. 31483b4 include alloca.h instead of malloc.h. If this doesn't work for everyone we can just declare alloca directly in the file. by Anders Carlsson · 16 years ago
  17. ff6ec39 Bring in 'alloca' for the Analysis/stack-addr-ps.c test case. by Argyrios Kyrtzidis · 16 years ago
  18. c979a9b Add 'alloca' test case for return-of-stack-address checker. by Ted Kremenek · 16 years ago
  19. beb62c5 Added missing 'expected-warning' by Ted Kremenek · 16 years ago
  20. fab6f22 Enhance compound literal test case. by Ted Kremenek · 16 years ago
  21. 64cc62d Add missing "expected warning". by Ted Kremenek · 16 years ago
  22. d4a0798 Improve compound literal test case. by Ted Kremenek · 16 years ago
  23. c532f63 Add 'expected-warning' for braces around scalar initializer by Ted Kremenek · 16 years ago
  24. 194aade Added compound literal test case. by Ted Kremenek · 16 years ago
  25. 22bda88 Enhanced path-sensitive return-of-stack-address check to print out the name of the variable whose address was returned. by Ted Kremenek · 17 years ago
  26. d71ed26 Refactored all logic to run the GRSimpleVals and CFRef checker into a common by Ted Kremenek · 17 years ago
  27. 02737ed Added path-sensitive check for return statements that return the address by Ted Kremenek · 17 years ago