<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,<br>-- <br><div class="gmail_signature"><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>
</div></div>