diff options
author | Kristof Umann <dkszelethus@gmail.com> | 2019-06-16 14:52:56 +0000 |
---|---|---|
committer | Kristof Umann <dkszelethus@gmail.com> | 2019-06-16 14:52:56 +0000 |
commit | 33b46a6df0b0c781eb8c6b93b0aac55680a26eff (patch) | |
tree | 88bfd1444b840420a1bd1fd4069e1fff842e1143 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 9ff09d49daea74afafa78ddd9af8b3b28c6743e4 (diff) | |
download | llvm-33b46a6df0b0c781eb8c6b93b0aac55680a26eff.zip llvm-33b46a6df0b0c781eb8c6b93b0aac55680a26eff.tar.gz llvm-33b46a6df0b0c781eb8c6b93b0aac55680a26eff.tar.bz2 |
[analyzer] Track indices of arrays
Often times, when an ArraySubscriptExpr was reported as null or
undefined, the bug report was difficult to understand, because the
analyzer explained why arr[i] has that value, but didn't realize that in
fact i's value is very important as well. This patch fixes this by
tracking the indices of arrays.
Differential Revision: https://reviews.llvm.org/D63080
llvm-svn: 363510
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions