diff options
Diffstat (limited to '')
| -rwxr-xr-x | tools/iwyu-header | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/iwyu-header b/tools/iwyu-header new file mode 100755 index 0000000..cd71456 --- /dev/null +++ b/tools/iwyu-header | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | for ARG in "$@"; do | ||
| 4 | echo "#include \"$ARG\" // IWYU pragma: associated" | ||
| 5 | done | ||
