1. 9f20c7c Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp. by Ted Kremenek · 16 years ago
  2. 589f881 Renamed deterministic EvalBinOp to DetermEvalBinOpNN. This name mangling is unfortunately needed because virtual methods with the same name can be hidden by subclasses. by Ted Kremenek · 16 years ago
  3. 9c4ce60 Created ValueStateSet class to manage the creation of multiple states by a method. by Ted Kremenek · 16 years ago
  4. 0a6a80b Fixed: <rdar://problem/5881148> by Ted Kremenek · 16 years ago
  5. ca5f620 Added some comments to GRExprEngine. Reorder some of the method definitions by Ted Kremenek · 16 years ago
  6. 0e80dea Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter. by Ted Kremenek · 16 years ago
  7. f00daf0 Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use by Ted Kremenek · 16 years ago
  8. be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Analysis/GRSimpleVals.h]
  9. ce3ed1e Prototype (pre-alpha) implementation of CFRef checker. by Ted Kremenek · 16 years ago
  10. 8ad1987 Renamed ValueManager to BasicValueFactory. by Ted Kremenek · 16 years ago
  11. 2224fcb fix typos by Gabor Greif · 16 years ago
  12. 3eea8dd Plug-in transfer function "EvalCall" now takes as an argument the current by Ted Kremenek · 16 years ago
  13. f4b49df Merged ValueState and ValueStateImpl into just ValueState, with GRExprEngine::StateTy just becoming ValueState*. by Ted Kremenek · 16 years ago
  14. 348d785 Added boilerplate for plug-in transfer function support for CallExprs. by Ted Kremenek · 16 years ago
  15. 9cfda3f Simplified and generalized transfer function logic for casts, allowing by Ted Kremenek · 17 years ago
  16. 07baa25 Major cleanup of path-sensitive analysis engine and the current analysis by Ted Kremenek · 17 years ago
  17. 0cd9635 Implemented transfer function logic for unary '+' by Ted Kremenek · 17 years ago
  18. 521d972 Refactored code for transfer functions for binary operators involving two LValues. by Ted Kremenek · 17 years ago
  19. 775e0d8 Added boilerplate transfer function support for pointer arithmetic operations. by Ted Kremenek · 17 years ago
  20. 3862eb1 Renamed GRConstants => GRSimpleVals. by Ted Kremenek · 17 years ago
  21. b193413 Migrated transfer functions for binary operators for simple value tracking by Ted Kremenek · 17 years ago
  22. c9922fd Migrated transfer functions for unary "~" and "-" to GRTransferFuncs/GRSimpleVals. by Ted Kremenek · 17 years ago
  23. 25a484d Started partitioning of transfer function logic (and thus the policy behind by Ted Kremenek · 17 years ago