Suggestion: Analyze Configuration
Posted: Mon Mar 10, 2014 1:01 pm
Hi,
I use Codelite under FreeBSD with clang 3.3 compiler. In Build Menu, Configuration Manager, I added Analyze as Project Configuration, and under my project settings configuration I fill Analyze, with Custom Build, Build, scan-build -o /path/to/project/Analyze make -j 2 -e -f Makefile.
This way, I can use the static analyzer llvm/clang provides in Analyze and outputs html report about my project.
HTH
I use Codelite under FreeBSD with clang 3.3 compiler. In Build Menu, Configuration Manager, I added Analyze as Project Configuration, and under my project settings configuration I fill Analyze, with Custom Build, Build, scan-build -o /path/to/project/Analyze make -j 2 -e -f Makefile.
This way, I can use the static analyzer llvm/clang provides in Analyze and outputs html report about my project.
HTH