[PATCH] D155848: [clang][analyzer]Fix non-effective taint sanitation

2023-07-21 Thread Balázs Benics via Phabricator via cfe-commits
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

[PATCH] D155848: [clang][analyzer]Fix non-effective taint sanitation

2023-07-21 Thread Daniel Krupp via Phabricator via cfe-commits
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: >

[PATCH] D155848: [clang][analyzer]Fix non-effective taint sanitation

2023-07-21 Thread Daniel Krupp via Phabricator via cfe-commits
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

[PATCH] D155848: [clang][analyzer]Fix non-effective taint sanitation

2023-07-21 Thread Daniel Krupp via Phabricator via cfe-commits
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