clang static analyzer page: scripts

David Chisnall David.Chisnall at cl.cam.ac.uk
Sun May 5 14:38:08 UTC 2013


On 5 May 2013, at 13:26, Ulrich Spörlein <uqs at freebsd.org> wrote:

> If you can
> lump everything into one run, then it's as simple as 'scan-build make'
> and you get your HTML output.

The most important thing is to remember to do a make clean.  As scan-build just interposes itself in front of the compiler, it won't be run for anything that isn't compiled.  

David



More information about the freebsd-current mailing list