[clang-tools-extra] [llvm] Port clang-tidy to Opts.td and multicall (PR #201743)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 21:45:11 PDT 2026
================
@@ -126,164 +127,169 @@ An overview of all the command-line options:
.. code-block:: console
$ clang-tidy --help
- USAGE: clang-tidy [options] <source0> [... <sourceN>]
+ OVERVIEW: clang-tidy
- OPTIONS:
+ USAGE: clang-tidy [options] <source0> [... <sourceN>] [-- <compiler arguments>]
Generic Options:
-
- --help - Display available options (--help-hidden for more)
- --help-list - Display list of available options (--help-list-hidden for more)
- --version - Display the version of this program
+ --help-list Display list of available options (--help-list-hidden for more)
+ --help Display available options (--help-hidden for more)
+ --version Display the version of this program
----------------
vbvictor wrote:
This is unnecessary churn, could you explain why all these formatting changes are needed
https://github.com/llvm/llvm-project/pull/201743
More information about the cfe-commits
mailing list