<div dir="ltr">Have a look at lib/Sema/TreeTransform.h, it should allow you to transform your existing AST into new one.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 11, 2014 at 1:13 PM, Nikola Smiljanic <span dir="ltr"><<a href="mailto:popizdeh@gmail.com" target="_blank">popizdeh@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">I'm afraid that you can't because AST is supposed to be immutable once built. You might be able to achieve this through source to source translation...</div>

<div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">
On Fri, Jul 11, 2014 at 11:46 AM, Manasij Mukherjee <span dir="ltr"><<a href="mailto:manasij7479@gmail.com" target="_blank">manasij7479@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div class="h5">
<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br></div>I have a Decl* which can be cast into the appropriate Decl types.<br></div>I want to remove some specific information about that Decl from the AST.<br><br>




</div>For example, if it isa ClassTemplateDecl, I need to remove its default template arguments if it has them.<br><br></div>Or if I have an EnumDecl that has a specific type specified, like:<br></div>(enum a :int {a,b,c};)<br>




</div>That information needs to be erased.<br><br></div>How can I perform these kinds of changes to a Decl?<span><font color="#888888"><br></font></span></div><span><font color="#888888"><div>
<br>Manasij Mukherjee<br></div></font></span></div>
<br></div></div>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">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>
</blockquote></div><br></div>