]> granicus.if.org Git - clang/commit
Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:00:18 +0000 (06:00 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Aug 2012 06:00:18 +0000 (06:00 +0000)
commit32a549a64922af0903bdb777613ae7ae4490b70f
tree91069058bf09208d839c67a2d33f6828b9c20806
parent5be88dc79d2768d67371103b6535fb8c4a6f27a1
Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and
all forwarding methods.

This functionality is already covered by bindLoc().

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