diff options
author | Anna Zaks <ganna@apple.com> | 2013-03-29 22:32:34 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2013-03-29 22:32:34 +0000 |
commit | 4de4715ad02aa8c9437a9e0e2854a0ccc71a3188 (patch) | |
tree | 6d56482bc0a503f07a3aa7f55a8009ae65d154be /lib/StaticAnalyzer/Core/FunctionSummary.cpp | |
parent | b6cac0bf486e44f53f1ae397c2615947a203373f (diff) |
[analyzer] Look for a StmtPoint node instead of PostStmt in trackNullOrUndefValue.
trackNullOrUndefValue tries to find the first node that matches the statement it is tracking.
Since we collect PostStmt nodes (in node reclamation), none of those might be on the
current path, so relax the search to look for any StmtPoint.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/FunctionSummary.cpp')
0 files changed, 0 insertions, 0 deletions