diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-08-28 00:50:42 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-08-28 00:50:42 +0000 |
commit | 5090904d6c74b684f1f19391bce6be9e0985e62d (patch) | |
tree | 488727fd23154ca1b5b29bc222a07a5e16820d92 /clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp | |
parent | e537cc05f567519f3320b3441bef8bd447e04ee9 (diff) | |
download | bcm5719-llvm-5090904d6c74b684f1f19391bce6be9e0985e62d.tar.gz bcm5719-llvm-5090904d6c74b684f1f19391bce6be9e0985e62d.zip |
[analyzer] If the last store into a region came from a function, step into it.
Previously, if we were tracking stores to a variable 'x', and came across this:
x = foo();
...we would simply emit a note here and stop. Now, we'll step into 'foo' and
continue tracking the returned value from there.
<rdar://problem/12114689>
llvm-svn: 162718
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp')
0 files changed, 0 insertions, 0 deletions