aboutsummaryrefslogtreecommitdiff
path: root/scripts/lint-includes.sh
blob: ed3e0b2c044cab23d9b0317ac95d7d360bfb6a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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