I'm more interested in whether or not there are any projects in the works that fuse the tools together to build a better IDE experience. I forget which presentation it was, but one of the developers (I *think* it was the gentleman that presented something on CLANG at the dev's conference 2008) made a bit of a point by saying that LLVM, unlike GCC has been built from the ground up with tooling in mind. I appreciate that the tools that ship with LLVM use the foundation in place, however, I am curious as to whether there are any IDE projects that are building further upon this.<div>
<br></div><div>Granville<br><br><div class="gmail_quote">On Tue, Jun 16, 2009 at 7:47 PM, Bill Wendling <span dir="ltr"><<a href="mailto:isanbard@gmail.com">isanbard@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><div></div><div class="h5">On Tue, Jun 16, 2009 at 6:04 AM, Granville<br>
Barnett<<a href="mailto:granvillebarnett@googlemail.com">granvillebarnett@googlemail.com</a>> wrote:<br>
> Hi,<br>
> I seem to remember that a big point of LLVM being built with tooling support<br>
> out of the box was a major thing, however, I've not read anything about any<br>
> tools which are actually taking advantage of the foundation LLVM provides.<br>
> I'm not a Mac user, but I'd assume XCode would be a prime candidate -<br>
> does/will XCode use LLVMs foundation to create a better IDE experience?<br>
> Also, anyone know of similar efforts for Linux-based IDEs?<br>
<br>
</div></div>Hi Granville,<br>
<br>
Clang itself takes advantage of the LLVM libraries<br>
(<a href="http://clang.llvm.org/" target="_blank">http://clang.llvm.org/</a>). The static analyzer takes advantage of the<br>
clang libraries (same URL). There are a host of tools in the tools/<br>
sub-directory, which all use the LLVM libraries.<br>
<br>
:-)<br>
<br>
-bw<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>