]> granicus.if.org Git - clang/commit
[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)
commitef9e6d66574393310da7e7508a5a363eb9f6c4d1
treedeea15496a2e4694aa0193069c667fd26ad363ff
parentfcfcd80cd1de38fe272e1a8ae8faa3cfb6b2e37e
[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.

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