<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks for the response, Reid! <div><br></div><div>Yes, your suggestion is perfectly reasonable if the new types and functions are stand alone ones. However, our project may need to instrument / recode the program based on the knowledge / analysis of the code. For instance, to add wrapper functions for existing functions, add intermediate variables, or even change the control flow of the program for architecture mapping and optimization purpose. We are doing some surveys to decide which infrastructure is the best fit for our project. We would very much like to use Clang, but wanna make sure there won't be too much hurdle to achieve our goal.<div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>-- Weiwei</div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br><div><div>On Sep 16, 2013, at 11:53 AM, Reid Kleckner <<a href="mailto:rnk@google.com">rnk@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">How is this semantically different from sticking in a header at the top of the file?  Can you use -include to just add code to every TU you care about?</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Sep 16, 2013 at 11:26 AM, Weiwei Chen <span dir="ltr"><<a href="mailto:weiwei.chen@uci.edu" target="_blank">weiwei.chen@uci.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Hi there,<div><br></div><div>this may be a dumb question, but we would like to add new types and new functions to the Clang AST. Just wondering if it is possible to do this since we are aware that the Clang AST is immutable. We somehow need more control to the AST rather than source level editing. Could anyone give us some ideas whether Clang is the right infrastructure to use or not?</div>
<div class="im"><div><br></div><div>Thank you very much in advance!</div><div><br><div><br></div></div><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div>
-- Weiwei</div><div><br></div></span><br>

</div>

<br></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>
</blockquote></div><br></div></div></body></html>