[analyzer] Cache the bindings accessible through a LazyCompoundVal.
authorJordan Rose <jordan_rose@apple.com>
Fri, 15 Feb 2013 00:32:12 +0000 (00:32 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 15 Feb 2013 00:32:12 +0000 (00:32 +0000)
commit2516d7b0e87d1f74941c876e1d3bb3638ce8b204
tree0e65835a14982999b467ec7563fa76a572e90d2a
parent3dc0509e3c3afb1856ca86205db7f4ed6dc2581c
[analyzer] Cache the bindings accessible through a LazyCompoundVal.

This means we don't have to recompute them all later for every
removeDeadSymbols check.

llvm-svn: 175233
clang/lib/StaticAnalyzer/Core/RegionStore.cpp