diff options
author | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-06-15 10:05:49 +0000 |
---|---|---|
committer | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-06-15 10:05:49 +0000 |
commit | 077f13c612c2e319878f2ce359dad7e9f4fb017e (patch) | |
tree | 19a533fa20573a7b9c6467c2fa2de9e137fd7c86 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8550fb386a367f15987019f7fa00c843dfde6a97 (diff) | |
download | bcm5719-llvm-077f13c612c2e319878f2ce359dad7e9f4fb017e.tar.gz bcm5719-llvm-077f13c612c2e319878f2ce359dad7e9f4fb017e.zip |
[analyzer] ReturnVisitor: Bypass everything to see inlined calls
Summary:
When we traversed backwards on ExplodedNodes to see where processed the
given statement we `break` too early. With the current approach we do not
miss the CallExitEnd ProgramPoint which stands for an inlined call.
Reviewers: NoQ, xazax.hun, ravikandhadai, baloghadamsoftware, Szelethus
Reviewed By: NoQ
Subscribers: szepet, rnkovacs, a.sidorin, mikhail.ramalho, donat.nagy,
dkrupp, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D62926
llvm-svn: 363491
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions