[PATCH] D75171: [Analyzer] Fix for incorrect use of container and iterator checkers
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 26 09:10:12 PST 2020
Szelethus requested changes to this revision.
Szelethus added a comment.
This revision now requires changes to proceed.
Im sorry, i though we talked about internal code and we're stuck with the checker interface -- this should definitely be solved by changing the parameter of the `shouldRegister` function to `CheckerManager`. If you want to emit errors for incorrect file, there is an example in `UninitializedObjectChecker` and maybe in `GenericTaintChecker`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75171/new/
https://reviews.llvm.org/D75171
More information about the cfe-commits
mailing list