Inspecting Clang search paths

Header include search paths You can get clang to spit out its default include search paths like this: ```bash $ clang -x c -v -E /dev/null [Read More]
Tags: c++, clang, include, header, library