[PATCH] D75163: [analyzer][StreamChecker] Adding precall and refactoring.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 06:05:49 PST 2020
balazske added a comment.
In D75163#1902816 <https://reviews.llvm.org/D75163#1902816>, @xazax.hun wrote:
> If we were to refactor this check I wonder if it would make sense to port `evalCall` to `postCall`, so the analyzer engine will conjure the symbol for us.
> I wonder what @NoQ thinks about the pros and cons of the approaches.
Once I wanted to remove `evalCall` but it was no success:
https://reviews.llvm.org/D69662
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75163/new/
https://reviews.llvm.org/D75163
More information about the cfe-commits
mailing list