Skip to content

Prebuilt IWYU 0.18.0 Binaries

Compare
Choose a tag to compare
@storypku storypku released this 01 Apr 16:51
· 60 commits to master since this release
0149b54
  1. The prebuilt iwyu 0.18.0 binary was built with clang/llvm 14.0.0 for x86_64 Linux. Tested on Ubuntu 18.04.6.
  2. To workaround IWYU Issue #100, clang headers from the lib/clang/14.0.0/include directory of clang/llvm binary release were bundled.
  3. Changed #!/usr/bin/env python to #!/usr/bin/env python3 in iwyu_tool.py and fix_includes.py.
  4. Please refer to IWYU GitHub on how to build IWYU yourself.