steakhal added a comment.
Thanks, all good!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155848/new/
https://reviews.llvm.org/D155848
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe
dkrupp added inline comments.
Comment at: clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp:970
- ForEachCallArg(
- [&](ArgIdxTy I, const Expr *E, SVal V) {
-if (PropDstArgs.contains(I)) {
steakhal wrote:
> dkrupp wrote:
> > dkrupp wrote:
>
dkrupp updated this revision to Diff 542903.
dkrupp added a comment.
-formatting issues fixed
-sanitizecCmd changed to void
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155848/new/
https://reviews.llvm.org/D155848
Files:
clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
cl
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
dkrupp marked an inline comment as done.
Closed by commit rG26b19a67e5c3: [clang][analyzer]Fix non-effective taint
sanitation (authored by dkrupp).
Herald added a proje