Hi,
On 13 April 2017 at 01:35, mike lojkovic wrote:
> I have a script I'm using to figure out which headers should be in my
> precompiled header. It requires the clang -H flag passed to work. I'm
> able to get the output on the console without issue, but can't figure
> out how to just pass clang'
I have a script I'm using to figure out which headers should be in my
precompiled header. It requires the clang -H flag passed to work. I'm
able to get the output on the console without issue, but can't figure
out how to just pass clang's output to a file for my script to
analyze. redirecting the c