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 | 7aba1171b32265b2206f3fa8f8886953051b58f5 (patch) | |
tree | 32f82e0239c92dbc73032a6d2fb19c9e088abf35 /lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp | |
parent | 6062334cc388bce69fb3978c4ecb26c6485a5c2b (diff) |
[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>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp')
0 files changed, 0 insertions, 0 deletions