We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ce3d7 commit fe9f21aCopy full SHA for fe9f21a
1 file changed
.github/workflows/iwyu.yml
@@ -141,6 +141,7 @@ jobs:
141
142
- name: iwyu_tool
143
run: |
144
+ ls -l /usr/lib/clang
145
# -isystem/usr/lib/clang/17/include
146
# TODO: remove -stdlib= - it should have been taken from the compilation database
147
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