[PATCH] D59516: [analyzer] Add custom filter functions for GenericTaintChecker
Borsik Gábor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 26 16:12:05 PDT 2019
boga95 added a comment.
I add a new taint type, which represents a lack of taintedness. That's why I changed the name of `addTaint()` to `setTaint()`. Of course, it's not an important change, I can move it to another patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59516/new/
https://reviews.llvm.org/D59516
More information about the cfe-commits
mailing list