[cfe-dev] Are there plans for a libDriver?
Ted Kremenek
kremenek at apple.com
Mon Aug 4 13:13:56 PDT 2008
On Aug 4, 2008, at 1:07 PM, Nico Weber wrote:
> Are there plans for a libDriver, which makes writing simple, "one-off"
> clang clients easier? With this library, the amount of code of this
> program could be reduced by a whole order of magnitude (only the
> ASTConsumer, two short loops for the -D and -I options, and the call
> to ParseAST would be left).
Hi Nico,
You are not alone. There is a lot of interest in doing this, but
nobody has gotten around to doing it yet. If you are interested, feel
free to drive some work on this by submitting patches, etc.
Best,
Ted
More information about the cfe-dev
mailing list