[PATCH] D62926: [analyzer] ReturnVisitor: Bypass everything to see inlined calls
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 22:40:42 PDT 2019
Charusso marked an inline comment as done.
Charusso added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:855
+
+ CurrentSFC = Node->getStackFrame();
+
----------------
NoQ wrote:
> Mmm, wait a sec. This way the loop condition is trivially true. The second check on line 862 is also trivially true. I think you want to make it a separate variable.
I was never cool in algorithms, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62926/new/
https://reviews.llvm.org/D62926
More information about the cfe-commits
mailing list