1. 7efe43d Patch by Ben Laurie: by Ted Kremenek · 17 years ago
  2. 9103df1 Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so by Zhongxing Xu · 17 years ago
  3. 34beb04 update for change in API. by Chris Lattner · 17 years ago
  4. 2e561dd Remove method 'AddNE' from the public interface of ConstraintManager. by Ted Kremenek · 17 years ago
  5. e919328 Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq'. This avoids collisions in the GDM. by Ted Kremenek · 17 years ago
  6. 7404083 Static analyzer: Remove a bunch of outdated SymbolData objects and by Ted Kremenek · 17 years ago
  7. 16fbfe6 Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object called "SymbolReaper". Right now it just consolidates the two and cleans up some client code, but shortly it will be used to enable "lazy computation" of live symbols for use with RegionStore. by Ted Kremenek · 17 years ago
  8. 62d4c12 CF-retain/release checker: by Ted Kremenek · 17 years ago
  9. d8242f1 Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the representation of symbolic values. by Ted Kremenek · 17 years ago
  10. fff9f4a BasicConstraintManager: by Ted Kremenek · 17 years ago
  11. f935cfe BasicConstraintManager: by Ted Kremenek · 17 years ago
  12. 59e2d41 Factory objects should not be temporary. It caches all objects in the set. by Zhongxing Xu · 17 years ago
  13. b94f440 Add comments. by Zhongxing Xu · 17 years ago
  14. 81c1e13 Fix crash of array bounds checking under 64-bit. by Sebastian Redl · 17 years ago
  15. 4d45b34 Initial support for checking out of bound memory access. Only support by Zhongxing Xu · 17 years ago
  16. 1c31dbe Print integer value instead of raw pointer. This is a hack to be fixed by migrating the output in analyzer to llvm::raw_ostream. by Zhongxing Xu · 17 years ago
  17. 60de6c6 Remove loc::StringLiteralVal. Now we allocate regions for string literals in the Store. by Zhongxing Xu · 17 years ago
  18. 1416a52 Enhance "Assumption" logic in BasicConstraintManager when reasoning about regions and symbolic regions. When assuming whether or not a location is non-null, walk up the region hierarchy until we hit a symbolic region (and test it for null). This may not be the end all solution, as the notion of what a "symbolic region" is really belongs in the specific subclass of StoreManager. by Ted Kremenek · 17 years ago
  19. 27f1742 This patch did the following renaming. There should be no functional changes. by Zhongxing Xu · 17 years ago
  20. 3ad391d Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regions. by Ted Kremenek · 17 years ago
  21. 5ca90a2 This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes. by Ted Kremenek · 17 years ago
  22. 34bfd8a Fixed logic error in BasicConstraintManager pointed out by Zhongxing Xu. by Ted Kremenek · 17 years ago
  23. a8e88ec Add an omitted case for AssumeSymInt. by Zhongxing Xu · 17 years ago
  24. 8782716 Minor pass-sensitivity improvement: by Ted Kremenek · 17 years ago
  25. c62cf79 Add newline at end of file. by Daniel Dunbar · 17 years ago
  26. 4c23963 Added LLVM comment header. by Zhongxing Xu · 17 years ago
  27. c1bd3a5 Migrate the rest symbolic analysis stuff to BasicConstraintManager. by Zhongxing Xu · 17 years ago
  28. f71b5f3 Refactor Assume logic into a separate class ConstraintManager. by Zhongxing Xu · 17 years ago