Hi,
I am writing a libtooling tool.
In the command line we can use ‘-include’ to Include file before parsing. My questions is what is the corresponding API
to do this?
I tried Opts.Includes.push_back , but it seems not working
Hi,
I am writing a libtooling tool.
In the command line we can use ‘-include’ to Include file before parsing. My questions is what is the corresponding API
to do this?
I tried Opts.Includes.push_back , but it seems not working