diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-08-03 23:08:42 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-08-03 23:08:42 +0000 |
commit | 20165e796c16311a83911db74c04d797e93471b2 (patch) | |
tree | e78d8854010b202378fbd8f8f3135ed2a48422b1 /lib/StaticAnalyzer/Core/ExprEngine.cpp | |
parent | 51e87c5fa1d506058ed594b4290b06775ec74a8e (diff) |
[analyzer] FindLastStoreBRVisitor was not actually finding stores.
The visitor walks back through the ExplodedGraph as expected, but
it wasn't actually keeping track of when a value was assigned. This
meant that it only worked when the value was assigned when the variable
was defined.
Tests in the next commit (dependent on another change).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/ExprEngine.cpp')
0 files changed, 0 insertions, 0 deletions