-
- Downloads
GRStateRef:
- 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59152 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Analysis/PathSensitive/Environment.h 14 additions, 17 deletionsinclude/clang/Analysis/PathSensitive/Environment.h
- include/clang/Analysis/PathSensitive/GRState.h 19 additions, 10 deletionsinclude/clang/Analysis/PathSensitive/GRState.h
- lib/Analysis/Environment.cpp 23 additions, 19 deletionslib/Analysis/Environment.cpp
- lib/Analysis/GRState.cpp 2 additions, 7 deletionslib/Analysis/GRState.cpp
Loading
Please register or sign in to comment