[PATCH] D75163: [analyzer][StreamChecker] Adding precall and refactoring.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 06:38:34 PST 2020
xazax.hun added a comment.
In D75163#1902921 <https://reviews.llvm.org/D75163#1902921>, @balazske wrote:
> 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
Sounds fair.
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