summaryrefslogtreecommitdiff
path: root/tools/iwyu-header
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iwyu-header')
-rwxr-xr-xtools/iwyu-header5
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
3for ARG in "$@"; do
4 echo "#include \"$ARG\" // IWYU pragma: associated"
5done