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
In addition to `-I`, this adds support for the [`-isystem` flag][-isystem flag].
The main difference between `-I` and `-isystem` is that warnings for the latter will be suppressed. This is useful when using strict warnings for linting, whilst avoiding warnings from third party headers to show up.
[-isystem flag]: https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-isystem-directory
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Additional settings for SublimeLinter-clang:
51
51
|Setting|Description|
52
52
|:------|:----------|
53
53
|I|A list of directories to be added to the header search paths.|
54
+
|isystem|A list of directories to be added to the system header search paths.|
54
55
|x|Automatically set depending on the file type.|
55
56
56
57
SublimeLinter allows [expansion variables](http://sublimelinter.readthedocs.io/en/latest/settings.html#settings-expansion). For example, '${folder}' can be used to specify a path relative to the project folder.
0 commit comments