[PATCH] D62883: [analyzer] Track terminator conditions on which a tracked expressions depends
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 22 22:46:19 PDT 2019
NoQ added a comment.
In D62883#1554514 <https://reviews.llvm.org/D62883#1554514>, @Szelethus wrote:
> In D62883#1554494 <https://reviews.llvm.org/D62883#1554494>, @NoQ wrote:
>
> > It should be pretty easy to implement, just add your new visitor to the list of default visitors in `findValidReport()`.
>
>
> The thinking was to preserve this patch (roughly) in the state as the analyses were run.
Sure!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62883/new/
https://reviews.llvm.org/D62883
More information about the cfe-commits
mailing list