<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The Analyzer is clang.<div><br></div><div>To use it you do</div><div><br></div><div>clang --analyze ...</div><div><br></div><div>So your stand-alone code is llvm + clang</div><div><br></div><div>check out llvm</div><div>checkout clang in llvm/tool/clang</div><div>go to the llvm dir</div><div><br></div><div>configure && make</div><div><br></div><div>and you're done.</div><div><br></div><div><br><div><div>Le 12 mai 2010 à 10:31, Jiandong Wang a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">hi, sanghyeon. Thanks for your immediate reply. But what I'm expecting is a bundle of stand-alone codes allowing to analyze and build the analyzer. Can it be possible?<br><br><div class="gmail_quote">On Wed, May 12, 2010 at 4:15 PM, Seo Sanghyeon <span dir="ltr"><<a href="mailto:sanxiyn@gmail.com">sanxiyn@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2010/5/12 Jiandong Wang <<a href="mailto:computerhenu@gmail.com">computerhenu@gmail.com</a>>:<br>


<div class="im">> Hi, I'm now interested in Clang Static Analyzer. The related document says<br>
> the analyzer is 100% open source and is part of the Clang project.  But is<br>
> there anybody that can tell where to get the source code of it?  Any ideas?<br>
<br>
</div>It *is* a part of Clang, so you simply get the Clang source code.<br>
<br>
Files of interest are mostly located under lib/Checker.<br>
<br>
--<br>
<font color="#888888">Seo Sanghyeon<br>
</font></blockquote></div><br>
_______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: 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; "><div>-- Jean-Daniel</div><div><br></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>