Add fix-includes Makefile target
Basically
ninja -C build iwyu > iwyu.out
(cd build && fix_includes.py < ../iwyu.out)
- should place
iwyu.out
in a temp dir and delete afterwards - create tools/fix_includes shell script?
- run clang-format afterwards
Edited by Maxim Onciul