[PATCH] D69662: [Checkers] Avoid using evalCall in StreamChecker.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 07:19:12 PST 2019
balazske added a comment.
>From the same book:
There are multiple preconditions required for inlining to happen, including:
— Source code of the callee function body needs to be available;
— No checker should evaluate the function call via eval::Call;
Abandon this change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69662/new/
https://reviews.llvm.org/D69662
More information about the cfe-commits
mailing list