]> granicus.if.org Git - clang/commit
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.
authorTed Kremenek <kremenek@apple.com>
Fri, 29 Aug 2008 00:47:32 +0000 (00:47 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 29 Aug 2008 00:47:32 +0000 (00:47 +0000)
commit2bc39c61077e6a49728f309bb80a949fb0b2aaff
tree5d34c9916057c108fac37e6a6ac817e1f31f0677
parent561ca4be84d6456dde1d2bcecf9969d3e99e5368
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.

Migrated CFRefCount.cpp to use getBindings and BindingsAsString instead of
making assumptions about the Store (removed dependence on GRState::vb_iterator).

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