[cfe-dev] Plugin argument parsing
Jan Bierbaum
s3306700 at inf.tu-dresden.de
Mon Aug 2 13:54:01 PDT 2010
Daniel Dunbar meinte am 02.08.2010 17:32:
> I changed the API to pass in the CompilerInstance to ParseArgs, you
> can use that to report diagnostics. If you want to abort execution,
> you can return false from the ParseArgs function.
Absolutely perfect. Thanks a lot for the quick update!
A reference to CompilerInstance is even better since it can also be used
to change some language options according to plugin's needs :-)
Regards, Jan.
More information about the cfe-dev
mailing list