We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04b87f commit b2096c3Copy full SHA for b2096c3
1 file changed
.github/workflows/iwyu.yml
@@ -182,6 +182,7 @@ jobs:
182
ln -s iwyu_tool.py /usr/local/bin/iwyu_tool
183
184
- name: iwyu_tool
185
+ if: false
186
run: |
187
# TODO: exclude auto-generated source files
188
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments ${{ matrix.mapping_file_opt }} ${{ matrix.clang_inc }} > iwyu.log
0 commit comments