Re: [ovs-dev] [PATCH v5] Makefile.am: Add clang static analysis support

2016-07-26 Thread Ben Pfaff
On Fri, Jul 15, 2016 at 07:43:24PM +0100, Bhanuprakash Bodireddy wrote: > Clang Static Analyzer is a source code analysis tool to find bugs. This > patch adds make target to trigger static analysis using below commands. Thanks, applied to master. ___ dev

[ovs-dev] [PATCH v5] Makefile.am: Add clang static analysis support

2016-07-15 Thread Bhanuprakash Bodireddy
Clang Static Analyzer is a source code analysis tool to find bugs. This patch adds make target to trigger static analysis using below commands. ./boot.sh For Clang: ./configure CC=clang --with-dpdk For GCC: ./configure CC=gcc --with-dpdk CFLAGS="-std=gnu99" make clang-analyze Run 'scan-view ' com