[clang-tidy] fix incorrect argument names in documentation for ExtraArgs and ExtraArgsBefore (#120963)
This commit is contained in:
@@ -61,12 +61,12 @@ Configuration files:
|
||||
globs can be specified as a list instead of a
|
||||
string.
|
||||
ExcludeHeaderFilterRegex - Same as '--exclude-header-filter'.
|
||||
ExtraArgs - Same as '--extra-args'.
|
||||
ExtraArgsBefore - Same as '--extra-args-before'.
|
||||
ExtraArgs - Same as '--extra-arg'.
|
||||
ExtraArgsBefore - Same as '--extra-arg-before'.
|
||||
FormatStyle - Same as '--format-style'.
|
||||
HeaderFileExtensions - File extensions to consider to determine if a
|
||||
given diagnostic is located in a header file.
|
||||
HeaderFilterRegex - Same as '--header-filter-regex'.
|
||||
HeaderFilterRegex - Same as '--header-filter'.
|
||||
ImplementationFileExtensions - File extensions to consider to determine if a
|
||||
given diagnostic is located in an
|
||||
implementation file.
|
||||
|
||||
@@ -293,8 +293,8 @@ An overview of all the command-line options:
|
||||
globs can be specified as a list instead of a
|
||||
string.
|
||||
ExcludeHeaderFilterRegex - Same as '--exclude-header-filter'.
|
||||
ExtraArgs - Same as '--extra-args'.
|
||||
ExtraArgsBefore - Same as '--extra-args-before'.
|
||||
ExtraArgs - Same as '--extra-arg'.
|
||||
ExtraArgsBefore - Same as '--extra-arg-before'.
|
||||
FormatStyle - Same as '--format-style'.
|
||||
HeaderFileExtensions - File extensions to consider to determine if a
|
||||
given diagnostic is located in a header file.
|
||||
|
||||
Reference in New Issue
Block a user