[cfe-dev] Forking Clang
Martin Doucha
next_ghost at quick.cz
Sat Sep 13 02:42:11 PDT 2008
Eli Friedman napsal(a):
> Have you considered writing this as an ASTConsumer? ASTConsumers are
> easy to put in as extensions, and you can access most interesting
> properties of the source without messing with normal parsing and
> semantic analysis.
>
> -Eli
Of course. Though I need to analyze macro expansion as well and insert
code for runtime checks (I'd prefer doing this in LLVM IR where possible).
Martin Doucha
More information about the cfe-dev
mailing list