<div dir="ltr"><div>Docs for libtooling are here:</div><a href="http://clang.llvm.org/docs/LibTooling.html">http://clang.llvm.org/docs/LibTooling.html</a><br></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Nov 30, 2015 at 12:34 PM Russell Wallace via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I need to use the Clang parser to parse C++ source code, in this case to AST rather than IR; that is, I'm looking to supply filenames and get back syntax trees as in-memory data structures. What's the best way to do this? I got as far as tracing the driver code to FinalPhase = phases::Compile; which looks like what I need to do, but I can't see what to call to get back the AST?<br></div>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>