Hello,

I build LMMS from git repo using clang scan build on fedora 21 64 bits 
with clang-3.5.
The log of the scan build is available on 
http://ycollette.free.fr/LMMS/scan-build-2015-05-14-134424-1529-1.tar.gz
This report can be opened using firefox on the file 
scan-build-2015-05-14-134424-1529-1/index.html

The command line I used for the scan-build:
mkdir build_cland
cd build_clang
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo 
-DCMAKE_INSTALL_PREFIX=/local/stow/lmms-devel-clang 
-DCMAKE_C_COMPILER=/usr/libexec/clang-analyzer/scan-build/ccc-analyzer 
-DCMAKE_CXX_COMPILER=/usr/libexec/clang-analyzer/scan-build/c++-analyzer ..

I used cmake-gui to activate WANT_VST_NOWINE.

Then, start the build using "scan-build make" in the build directory.

There are some good reports about null pointer dereference, unused 
variables, uninitialized variables ...

Best regards,

YC

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to