Where can I find a complete list of clang flags? There are some, like -include-pch, that don\'t appear to be even listed in the man page. :(
I know that GCC uses som
I don't know if this is exactly what you want, maybe more options are described elsewhere but I think you are interested by the Clang frontend options, by default the options displayed seem to describe the "GCC-compatible driver".
clang -cc1 --help should give you what you want.
clang -cc1 --help