[clang-tools-extra] [clang-tidy][docs] Add documentation for Clang-Tidy Automation (PR #153166)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 13 23:02:26 PDT 2025
================
@@ -331,6 +331,104 @@ An overview of all the command-line options:
some-check.SomeOption: 'some value'
...
+Clang-Tidy Automation
+=====================
+
+:program:`clang-tidy` can analyze multiple source files by specifying them on the
+command line. For larger projects, automation
+scripts provide additional functionality like parallel execution and integration
----------------
vbvictor wrote:
make lines full, up to 80 characters
https://github.com/llvm/llvm-project/pull/153166
More information about the cfe-commits
mailing list