Skip to content

Commit adbc37d

Browse files
authored
[clang-tidy] Fix incorrect command-line option in docs (llvm#111405)
Updated the `HeaderFilterRegex` description to reference `--header-filter` instead of the incorrect `--header-filter-regex` in the clang-tidy documentation.
1 parent f11568b commit adbc37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ An overview of all the command-line options:
287287
FormatStyle - Same as '--format-style'.
288288
HeaderFileExtensions - File extensions to consider to determine if a
289289
given diagnostic is located in a header file.
290-
HeaderFilterRegex - Same as '--header-filter-regex'.
290+
HeaderFilterRegex - Same as '--header-filter'.
291291
ImplementationFileExtensions - File extensions to consider to determine if a
292292
given diagnostic is located in an
293293
implementation file.

0 commit comments

Comments
 (0)