summaryrefslogtreecommitdiff
path: root/tools/iwyu-header
blob: cd71456235c22d3ee71ec1885ad62b4ff32d0c27 (plain) (blame)
1
2
3
4
5
#!/bin/bash

for ARG in "$@"; do
    echo "#include \"$ARG\" // IWYU pragma: associated"
done