File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,9 @@ file, if any.
133133static cl::opt<std::string> HeaderFilter (" header-filter" , desc(R"(
134134Regular expression matching the names of the
135135headers to output diagnostics from. Diagnostics
136- from the main file and all non-system headers
137- of each translation unit are always displayed.
138- Set this option to an empty string to disable
139- diagnostics from non-system headers.
136+ from all non-system headers are displayed by
137+ default. Diagnostics from the main file of
138+ each translation unit are always displayed.
140139Can be used together with -line-filter.
141140This option overrides the 'HeaderFilterRegex'
142141option in .clang-tidy file, if any.
Original file line number Diff line number Diff line change @@ -216,10 +216,9 @@ An overview of all the command-line options:
216216 .clang-tidy file, if any.
217217 --header-filter=<string> - Regular expression matching the names of the
218218 headers to output diagnostics from. Diagnostics
219- from the main file and all non-system headers
220- of each translation unit are always displayed.
221- Set this option to an empty string to disable
222- diagnostics from non-system headers.
219+ from all non-system headers are displayed by
220+ default. Diagnostics from the main file of
221+ each translation unit are always displayed.
223222 Can be used together with -line-filter.
224223 This option overrides the 'HeaderFilterRegex'
225224 option in .clang-tidy file, if any.
You can’t perform that action at this time.
0 commit comments