You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/manual.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Typically a `compile_commands.json` contains absolute paths. However no matter i
130
130
131
131
With `-i <str>` you can configure filename/directory patterns that should be excluded from checking.
132
132
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.
134
134
135
135
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.
0 commit comments