diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-08-24 16:34:31 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-08-24 16:34:31 +0000 |
commit | 23df2437a47ff129d2923ae325d42e79682a7f14 (patch) | |
tree | d896ec1610759060b1765214210c9d80566764fc /test/Analysis/reference.cpp | |
parent | 8a30e7735a5c2b8b105734fc9b131cc43c56d765 (diff) |
[analyzer] If we dereference a NULL that came from a function, show the return.
More generally, any time we try to track where a null value came from, we
should show if it came from a function. This usually isn't necessary if
the value is symbolic, but if the value is just a constant we previously
just ignored its origin entirely. Now, we'll step into the function and
recursively add a visitor to the returned expression.
<rdar://problem/12114609>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/reference.cpp')
0 files changed, 0 insertions, 0 deletions