Use "-g" and "-ast-print" flags together

Hi,

Is there a way to use Clang with both the “-g” and “-ast-print” flags in the same invocation?

It looks like “-ast-print” is only allowed with “clang -cc1”, while “clang -cc1” does not allow me to use “-g”.

Thanks!

`clang -Xclang -ast-print -g` should work, I think.