We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eb5a5 commit 3809838Copy full SHA for 3809838
1 file changed
.github/workflows/iwyu.yml
@@ -144,7 +144,7 @@ jobs:
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
+ 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 }} -isystem/usr/lib/clang/20/include > iwyu.log
148
149
- uses: actions/upload-artifact@v4
150
if: success() || failure()
0 commit comments