<div dir="ltr">I found the -add-plugin option, but it doesn't really let me modify the AST, the relevant part is in <a href="http://clang.llvm.org/doxygen/FrontendAction_8cpp_source.html">this file</a> line 147. Due to this explicit restriction I feel that modifying the AST through plugins is not a solution. Where should I do this?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 11, 2015 at 10:43 PM, Bernardo Rufino <span dir="ltr"><<a href="mailto:bermonruf@gmail.com" target="_blank">bermonruf@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I want to develop a hook that will only modify the AST as an intermediate step, handing off the modified AST for the next pipeline stages (codegen, etc.). I thought that plugins were the way to go but I found that when using them Clang simply yields control of the pipeline to them, meaning further stages are not run and the execution of the plugin is the last one. Is this understanding correct? </div><div>If so, how can I execute a plugin as a simple hook in the whole process which modifies the in-memory AST before code generation?</div><div>Or, how can I trigger codegen inside my plugin if the above is not possible?</div><div>Any other ideas are welcome, possibly I'm doing things at the wrong place.</div><div><br></div><div>Thanks,<span class="HOEnZb"><font color="#888888"><br>-- <br><div><div dir="ltr">Bernardo Rufino<br><a href="http://www.bernardorufino.com.br/" target="_blank">bernardorufino.com.br</a><br>+55 21 9 9428-4547<div>+55 12 9 8213-3648</div>
</div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Bernardo Rufino<br><a href="http://www.bernardorufino.com.br/" target="_blank">bernardorufino.com.br</a>
</div></div></div></div>
</div>