]> granicus.if.org Git - clang/commit
[analyzer] Remove unused fields from ExprEngine.
authorJordan Rose <jordan_rose@apple.com>
Thu, 6 Dec 2012 18:58:26 +0000 (18:58 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 6 Dec 2012 18:58:26 +0000 (18:58 +0000)
commit9428723d6730f4fd257e15b78d24991ae95bbd84
treeff4dc2e6e52f3e372f5fc25afb40291e3508c7cd
parente9cd031c77a92015571425b6445e8867816997cd
[analyzer] Remove unused fields from ExprEngine.

'currStmt', 'CleanedState', and 'EntryNode' were being set, but only ever
used locally.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169529 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineObjC.cpp