Skip to content

Commit

Permalink
clangscan: add -maxloop 100 -stats
Browse files Browse the repository at this point in the history
Add -maxloop 100 to increase the number of times through the loop
from its default of 4 or thereabouts.

Also add -stats because stats sound cool.

Fixes: #3
  • Loading branch information
Ryan Tucker committed Aug 3, 2014
1 parent 1115213 commit d5e9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-autobuild/inc/autobuild_inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function run_bladerf_clangscan() {
qpushd clang_scan
cmake -DCMAKE_C_COMPILER=/usr/share/clang/scan-build/ccc-analyzer \
../
/usr/share/clang/scan-build/scan-build -analyze-headers -o ./report make
/usr/share/clang/scan-build/scan-build -analyze-headers -maxloop 100 -stats -o ./report make
if [ -d "./report" ]
then
_result="clang_scan/report"
Expand Down

0 comments on commit d5e9e3f

Please sign in to comment.