We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e80aa commit 1c0ad46Copy full SHA for 1c0ad46
1 file changed
.github/workflows/iwyu.yml
@@ -132,6 +132,7 @@ jobs:
132
133
- name: iwyu_tool
134
run: |
135
+ realpath ./macos.imp
136
# -isystem/usr/lib/clang/17/include
137
# TODO: remove -stdlib= - it should have been taken from the compilation database
138
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments -stdlib=${{ matrix.stdlib }} ${{ matrix.mapping_file_opt }} > iwyu.log
0 commit comments