[all-commits] [llvm/llvm-project] 82f3ed: [analyzer] Expose Taint.h to plugins
Tom Ritter via All-commits
all-commits at lists.llvm.org
Tue Apr 19 07:55:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82f3ed99045de9a2f06981621a485c5a47546270
https://github.com/llvm/llvm-project/commit/82f3ed99045de9a2f06981621a485c5a47546270
Author: Tom Ritter <tom at ritter.vg>
Date: 2022-04-19 (Tue, 19 Apr 2022)
Changed paths:
M clang/docs/tools/clang-formatted-files.txt
A clang/include/clang/StaticAnalyzer/Checkers/Taint.h
M clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
M clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/Taint.cpp
R clang/lib/StaticAnalyzer/Checkers/Taint.h
M clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
Log Message:
-----------
[analyzer] Expose Taint.h to plugins
Reviewed By: NoQ, xazax.hun, steakhal
Differential Revision: https://reviews.llvm.org/D123155
More information about the All-commits
mailing list