[Cs-dev] Static code analysis
Date | 2011-08-03 16:17 |
From | Andres Cabrera |
Subject | [Cs-dev] Static code analysis |
Attachments | scan-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 |