================
@@ -324,27 +334,27 @@ An overview of all the command-line options:
                                    (if any exists) will be taken and the 
current
                                    config file will be applied on top of the
                                    parent one.
+    RemovedArgs                  - Same as '--removed-arg'.
     SystemHeaders                - Same as '--system-headers'.
     UseColor                     - Same as '--use-color'.
     User                         - Specifies the name or e-mail of the user
                                    running clang-tidy. This option is used, for
                                    example, to place the correct user name in
                                    TODO() comments in the relevant check.
     WarningsAsErrors             - Same as '--warnings-as-errors'.
-    RemovedArgs                  - Same as '--removed-arg'
 
     The effective configuration can be inspected using --dump-config:
 
       $ clang-tidy --dump-config
       ---
-      Checks:              '-*,some-check'
-      WarningsAsErrors:    ''
+      Checks:                       '-*,some-check'
+      WarningsAsErrors:             ''
       HeaderFileExtensions:         ['', 'h','hh','hpp','hxx']
       ImplementationFileExtensions: ['c','cc','cpp','cxx']
-      HeaderFilterRegex:   '.*'
-      FormatStyle:         none
-      InheritParentConfig: true
-      User:                user
+      HeaderFilterRegex:            '.*'
+      FormatStyle:                  none
+      InheritParentConfig:          true
+      User:                         user
----------------
HerrCai0907 wrote:

the previous version is fine, but I think alignment is always good when the 
number of characters is no more than 80.

https://github.com/llvm/llvm-project/pull/180575
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to