aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-08-03 23:08:42 +0000
committerJordan Rose <jordan_rose@apple.com>2012-08-03 23:08:42 +0000
commitadec516f4ea04facf16a32f385a29074cc651303 (patch)
treee5ef0d6903acdee94859e50e48f8951e61afca1b /clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
parent16fe35eb2bf60b1374b24eda453b17af4ccd35ca (diff)
downloadllvm-adec516f4ea04facf16a32f385a29074cc651303.zip
llvm-adec516f4ea04facf16a32f385a29074cc651303.tar.gz
llvm-adec516f4ea04facf16a32f385a29074cc651303.tar.bz2
[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). llvm-svn: 161276
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp')
0 files changed, 0 insertions, 0 deletions