[all-commits] [llvm/llvm-project] 4aac00: [analyzer][doc] Add user documenation for taint an...
Endre Fülöp via All-commits
all-commits at lists.llvm.org
Sun Nov 28 19:56:37 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aac00a71db31121d70b140d7367e7f9d9992f66
https://github.com/llvm/llvm-project/commit/4aac00a71db31121d70b140d7367e7f9d9992f66
Author: Endre Fülöp <endre.fulop at sigmatechnology.se>
Date: 2021-11-28 (Sun, 28 Nov 2021)
Changed paths:
M clang/docs/analyzer/checkers.rst
M clang/docs/analyzer/user-docs.rst
A clang/docs/analyzer/user-docs/TaintAnalysisConfiguration.rst
Log Message:
-----------
[analyzer][doc] Add user documenation for taint analysis
Checker alpha.security.taint.TaintPropagation now has user documentation for
taint analysis with an example showing external YAML configuration format.
The format of the taint configuration file is now documented under the user
documentation of Clang SA.
Differential Revision: https://reviews.llvm.org/D113251
More information about the All-commits
mailing list