Am 09.09.2010 19:34, schrieb David Chisnall:
> The static analyser front end thingy is not installed by default with clang, 
> so if you want to do this you will need to run it from its location in the 
> source tree, something like this:
> 
> $ ~/llvm/tools/clang/tools/scabuild/scan-build -k gmake
> 
> This will generate a directory in /tmp (you can control the output location 
> with -o) containing the analysis results.  Note that some of the things the 
> analyser does are O(n^2), so it can take a very long time to run.  It took me 
> about 15 minutes to run for -base, generating 73MB of HTML in the process.  
> You can find the results here:
> 
> http://theravensnest.org/gsbase/
> 
> At some point, I'll set up a nightly cron job on that machine to 
> automatically run it on GNUstep and Étoilé.  

Thank you for doing this, would you mind to run it over gui as well? Not
that I currently have time to fix the hundreds of bugs this would find...

_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to