Csound Csound-dev Csound-tekno Search About

[Cs-dev] Static code analysis

Date2011-08-03 16:17
FromAndres Cabrera
Subject[Cs-dev] Static code analysis
Attachmentsscan-build-2011-08-03-2.tar.gz  None  None  
Hi,

Out of curiosity, I ran a static code analysis on Csound, using clang,
and I attach the results. Not too bad I think for the first static
code analysis.

If you want to repeat this, you will need the clang compiler, and do:
cmake -DCMAKE_C_COMPILER=/usr/bin/ccc-analyzer
scan-build make

Cheers,
Andres