]> granicus.if.org Git - clang/commit
Implement RegionStoreManager::iterBindings(). This implementation only returns the...
authorTed Kremenek <kremenek@apple.com>
Thu, 17 Jun 2010 00:24:42 +0000 (00:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 17 Jun 2010 00:24:42 +0000 (00:24 +0000)
commit0e9910f8fe2600187e876adfb5d4b434100850e3
tree43ab3b86dab71651c246972f861a7836b7e16a4b
parent744b304457c235153567a36493953ddb42f0db94
Implement RegionStoreManager::iterBindings().  This implementation only returns the base region in
the binding key instead of the region + offset.  It isn't clear if this is the best semantics, but most
clients will likely only care about simple bindings, or bindings to a particular variable.  We can
refine later if necessary.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106183 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/RegionStore.cpp