#!/bin/sh # See https://github.com/include-what-you-use/include-what-you-use iwyu_tool.py \ --jobs 16 \ -p build \ src \ -- \ -Xiwyu --cxx17ns \ -Xiwyu --mapping_file=$PWD/mappings.imp \ | fix_includes.py \ --blank_lines \ --reorder \ --nocomments