Hi Mike,<div><br></div><div>Thanks for the response, doesn't Clang only support C and not C++?</div><div><br></div><div>Thanks</div><div>Nipun</div><div><br><div class="gmail_quote">On Wed, Feb 4, 2009 at 6:29 PM, Mike Stump <span dir="ltr"><<a href="mailto:mrs@apple.com">mrs@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">On Feb 4, 2009, at 1:55 PM, Nipun Arora wrote:<br>
> Does LLVM provide any way to parse and extract the AST from C++<br>
> source files?<br>
<br>
</div>Yes, see <a href="http://clang.llvm.org" target="_blank">clang.llvm.org</a>.  If you want to do source to source, see the<br>
rewriter, otherwise the normal ast builder is fine.<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>