edi/scripts/clang_include_dir.sh

4 lines
68 B
Bash
Executable File

#!/bin/sh
clang -E - -v < /dev/null 2>&1 | grep "^ /" | grep clang