[analyzer] Scan the correct store when finding symbols in a LazyCompoundVal.
authorJordan Rose <jordan_rose@apple.com>
Fri, 15 Feb 2013 00:32:10 +0000 (00:32 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 15 Feb 2013 00:32:10 +0000 (00:32 +0000)
commit3dc0509e3c3afb1856ca86205db7f4ed6dc2581c
treeee9a4847ed7d24bb77b72dcc001558fb6cb332b9
parentc187146003c3b0fc7b4c2acdb989a2eae15a5ef6
[analyzer] Scan the correct store when finding symbols in a LazyCompoundVal.

Previously, we were scanning the current store. Now, we properly scan the
store that the LazyCompoundVal came from, which may have very different
live symbols.

llvm-svn: 175232
clang/lib/StaticAnalyzer/Core/ProgramState.cpp