There is an extra support for Clang precompiled headers and modules (files with "CPCH" magic number). The tool will provide more information about the content of such files.
To see the tool in action you can create a test input file with a command like
echo 'void foo(void);' | \
clang -x c-header -o /tmp/sample-input.gch -c -