Skip to content
  1. Jul 16, 2008
  2. Jul 15, 2008
  3. Jul 14, 2008
  4. Jul 12, 2008
  5. Jul 11, 2008
  6. Jul 10, 2008
  7. Jul 09, 2008
  8. Jul 08, 2008
    • Ted Kremenek's avatar
      Initial work on splitting the ValueState into an Environment, Store, and · 852ed373
      Ted Kremenek authored
      Constraints. These concepts are already present in the current ValueState, but
      the implementation is monolothic. Making ValueState more modular opens up new
      design choices for customizing the analysis engine.
      
      In the context of the analysis engine, the "Environment" is the binding between
      Expr* (expressions) and intermediate symbolic values (RValues).
      
      llvm-svn: 53252
      852ed373
Loading