================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to