File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
- os : ubuntu-22.04
18
18
image : " fedora:latest"
19
19
stdlib : libstdc++
20
+ clang_inc : ' -isystem/usr/lib/clang/20/include'
20
21
- os : ubuntu-22.04
21
22
image : " fedora:latest"
22
23
stdlib : libc++
24
+ clang_inc : ' -isystem/usr/lib/clang/20/include'
23
25
- os : macos-13
24
26
image : " "
25
27
stdlib : libc++ # no libstdc++ on macOS
@@ -141,9 +143,8 @@ jobs:
141
143
142
144
- name : iwyu_tool
143
145
run : |
144
- # -isystem/usr/lib/clang/17/include
145
146
# TODO: remove -stdlib= - it should have been taken from the compilation database
146
- 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
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 }} ${{ matrix.clang_inc }} > iwyu.log
147
148
148
149
- uses : actions/upload-artifact@v4
149
150
if : success() || failure()
You can’t perform that action at this time.
0 commit comments