[Webkit-unassigned] [Bug 68910] Would like an EWS bot that runs the Clang static analyzer on patches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 08:09:33 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=68910





--- Comment #13 from Nico Weber <thakis at chromium.org>  2012-01-11 08:09:32 PST ---
scan-build isn't distributed anywhere I know of, but it can be checked out from the clang svn repo here: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/

As of 2011-11-30, the analyzer doesn't understand RAII and smart pointers ( http://llvm.org/bugs/show_bug.cgi?id=11425#c1 ), which makes it not very useful for c++ projects in my experience. As far as I know, this is still true today.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list