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 | 51c27163c0636b77e5033679af666074bae928e8 (patch) | |
| tree | 2007c7c21d9554289a17aade2f8785f15d837d8b /llvm/lib/Transforms/Hello | |
| parent | ace4707ea681a2df13e7ddd4705f338ad64c8514 (diff) | |
| download | bcm5719-llvm-51c27163c0636b77e5033679af666074bae928e8.tar.gz bcm5719-llvm-51c27163c0636b77e5033679af666074bae928e8.zip | |
[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>
llvm-svn: 162563
Diffstat (limited to 'llvm/lib/Transforms/Hello')
0 files changed, 0 insertions, 0 deletions

