Skip to content
  • 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
Loading