[all-commits] [llvm/llvm-project] 899f26: [NFC][analyzer] Document configuration options (#1...
Donát Nagy via All-commits
all-commits at lists.llvm.org
Wed May 14 09:29:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 899f26315cdae25addfd0ddbc6c9390bfbb74c3e
https://github.com/llvm/llvm-project/commit/899f26315cdae25addfd0ddbc6c9390bfbb74c3e
Author: Donát Nagy <donat.nagy at ericsson.com>
Date: 2025-05-14 (Wed, 14 May 2025)
Changed paths:
M clang/docs/CMakeLists.txt
M clang/docs/analyzer/user-docs.rst
M clang/docs/analyzer/user-docs/CommandLineUsage.rst
A clang/docs/analyzer/user-docs/Options.rst.in
A clang/docs/tools/generate_analyzer_options_docs.py
M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
A clang/test/Analysis/generate_analyzer_options_docs.test
M clang/test/lit.cfg.py
Log Message:
-----------
[NFC][analyzer] Document configuration options (#135169)
This commit documents the process of specifying values for the analyzer
options and checker options implemented in the static analyzer, and adds
a script which includes the documentation of the analyzer options (which
was previously only available through a command-line flag) in the
RST-based web documentation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list