[PATCH] D59516: [analyzer] Add custom filter functions for GenericTaintChecker

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 15:31:42 PDT 2019


NoQ added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp:517
+    if (V)
+      State = addTaint(State, *V, TaintTagNotTainted);
+  }
----------------
Why not simply remove taint?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59516/new/

https://reviews.llvm.org/D59516





More information about the cfe-commits mailing list