Skip to content
  1. Nov 12, 2008
    • Ted Kremenek's avatar
      GRStateRef: · b94d72a0
      Ted Kremenek authored
      - Rename SetSVal to BindLoc
      - Add BindDecl
      - Add BindExpr
      
      GRState:
      - Environment now binds to Stmt* instead of Expr*.  This is needed for processing ObjCForCollectionStmt (essentially the declaration of the the 'element' variable can have an SVal attached to it).
      - BindDecl no longer accepts Expr* for the initialization value; use SVal* instead.
      
      llvm-svn: 59152
      b94d72a0
    • Ted Kremenek's avatar
      StoreManager::BindDecl now takes an SVal* for the initialization value instead... · cd639218
      Ted Kremenek authored
      StoreManager::BindDecl now takes an SVal* for the initialization value instead of an Expr* (which can be null).  Lazy symbolication of conjured symbols is now the sole responsibility of GRExprEngine.
      
      llvm-svn: 59151
      cd639218
  2. Nov 11, 2008
  3. Nov 10, 2008
  4. Nov 08, 2008
  5. Nov 07, 2008
  6. Nov 05, 2008
  7. Nov 04, 2008
  8. Nov 03, 2008
  9. Nov 02, 2008
  10. Oct 31, 2008
  11. Oct 30, 2008
Loading