Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
Donát Nagy 50d4ae4a62 [analyzer] Fix format attribute handling in GenericTaintChecker (#132765)
Previously `optin.taint.GenericTaint` misinterpreted the parameter
indices and produced false positives in situations when a [format
attribute](https://clang.llvm.org/docs/AttributeReference.html#format)
is applied on a non-static method. This commit fixes this bug
2025-03-28 10:20:26 +01:00

48 KiB