[PATCH] D59861: [analyzer] NFC: Replace Taint API with a usual inter-checker communication API?
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 27 13:14:15 PDT 2019
NoQ updated this revision to Diff 192504.
NoQ added a comment.
Add a test for taint dumps.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59861/new/
https://reviews.llvm.org/D59861
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
clang/lib/StaticAnalyzer/Checkers/Taint.cpp
clang/lib/StaticAnalyzer/Checkers/Taint.h
clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/lib/StaticAnalyzer/Core/CMakeLists.txt
clang/lib/StaticAnalyzer/Core/ProgramState.cpp
clang/lib/StaticAnalyzer/Core/TaintManager.cpp
clang/test/Analysis/taint-dumps.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59861.192504.patch
Type: text/x-patch
Size: 40036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190327/5cac9d8c/attachment-0001.bin>
More information about the cfe-commits
mailing list