[cfe-dev] About Clang Static Analyzer
Jean-Daniel Dupas
devlists at shadowlab.org
Wed May 12 02:09:07 PDT 2010
The Analyzer is clang.
To use it you do
clang --analyze ...
So your stand-alone code is llvm + clang
check out llvm
checkout clang in llvm/tool/clang
go to the llvm dir
configure && make
and you're done.
Le 12 mai 2010 à 10:31, Jiandong Wang a écrit :
> 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?
>
> On Wed, May 12, 2010 at 4:15 PM, Seo Sanghyeon <sanxiyn at gmail.com> wrote:
> 2010/5/12 Jiandong Wang <computerhenu at gmail.com>:
> > Hi, I'm now interested in Clang Static Analyzer. The related document says
> > the analyzer is 100% open source and is part of the Clang project. But is
> > there anybody that can tell where to get the source code of it? Any ideas?
>
> It *is* a part of Clang, so you simply get the Clang source code.
>
> Files of interest are mostly located under lib/Checker.
>
> --
> Seo Sanghyeon
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
-- Jean-Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100512/80ac6c41/attachment.html>
More information about the cfe-dev
mailing list