]> granicus.if.org Git - clang/commit
[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)
commit28743b006bd88cd7d0ea97b4f17646f8fc429b89
tree8ddf75c5b7541880ba1d21647fa5842e0a19ffec
parentef9e6d66574393310da7e7508a5a363eb9f6c4d1
[analyzer] Cache the bindings accessible through a LazyCompoundVal.

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

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