Skip to content

Commit 581a9c4

Browse files
committed
review
1 parent a36c464 commit 581a9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Typically a `compile_commands.json` contains absolute paths. However no matter i
130130

131131
With `-i <str>` you can configure filename/directory patterns that should be excluded from checking.
132132

133-
> *Note*: If you want to filter out warnings for a header file then `-i` will not work. The option `--suppress` should be used instead.
133+
> *Note*: If you want to filter out warnings for a header file then `-i` will not work. The option `--suppress` should be used instead. Any header included in a source file which is not excluded would be processed regardless the `-i` option applied to that header.
134134
135135
Translation units are skipped if their *source filename* matches the exclusion pattern. This filtering happens *before* preprocessing, and the exclusion patterns are not applied during preprocessing or analysis.
136136

0 commit comments

Comments
 (0)