[cfe-commits] [PATCH] Implement a better plugin API for clang
Joshua Cranmer
pidgeot18 at gmail.com
Thu Jun 21 07:29:03 PDT 2012
On 6/21/2012 10:17 AM, Nico Weber wrote:
> Is this ASTConsumer run in addition to codegen, instead of codegen, or
> is there an option to choose? I'd like to be able to have a plugin
> that runs in addition to codegen, which only provides additional
> diagnostics.
In addition to. As I mentioned earlier, the use case of running a plugin
in lieu of codegen is one that I do not want to even support in the
first place. :-)
--
Joshua Cranmer
News submodule owner
DXR coauthor
More information about the cfe-commits
mailing list