<div dir="ltr"><div><div><div>It is not a good idea to modify the AST.<br></div>If you can get away with rewriting the source instead, do that.<br><br></div>However if you must mutate the AST, derive a class from the required Decl class.<br>You can then access many protected attributes directly.<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 17, 2015 at 11:26 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,<div><br></div><div>Is there a way to modify the AST using libclang and then write it back to .ast? I couldn't find any methods to actually modify it, just to traverse and inspect.</div><div><br></div><div>Thanks,<span class="HOEnZb"><font color="#888888"><br>-- <br><div><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>
</font></span></div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>