Suggestion: Analyze Configuration

Discussion about CodeLite development process and patches
Eduardo
CodeLite Curious
Posts: 2
Joined: Wed Nov 27, 2013 2:28 pm
Genuine User: Yes
IDE Question: C++
Contact:

Suggestion: Analyze Configuration

Post by Eduardo »

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