|
From: Greg P. <gp...@ap...> - 2009-03-09 20:05:20
|
On Mar 8, 2009, at 3:01 PM, Nicholas Nethercote wrote: > The LLVM project has an as-yet-nameless static analysis tool which I > just tried on Valgrind. It found 153 things to complain about; this > was on the DARWIN branch on my Mac (which I did because there was a > precompiled binary for Mac). I downloaded it from here: > > http://clang.llvm.org/StaticAnalysis.html In turn, the LLVM developers (some of whom work down the hall) use Valgrind all the time on Linux and now Mac OS X. They consider it "an indispensable tool". Good static and dynamic analysis tools complement each other well. -- Greg Parker gp...@ap... Runtime Wrangler |