]> granicus.if.org Git - clang/commit
GRExprEngine:
authorTed Kremenek <kremenek@apple.com>
Fri, 13 Feb 2009 01:45:31 +0000 (01:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 13 Feb 2009 01:45:31 +0000 (01:45 +0000)
commita8538d902fce9cfec20f39b34492268b51643819
tree38877feb5507035b23406878cd2f685c52113692
parent219cc61b505960195d538052f0e629b387ad60ca
GRExprEngine:
- Add 'EvalBind', which will be used by 'EvalStore' to pull much of the value binding logic out of GRTransferFuncs.
- Rename many cases of 'St' to 'state'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64426 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/GRExprEngine.h
lib/Analysis/GRExprEngine.cpp