From: Nick Mathewson Date: Fri, 29 May 2015 17:50:05 +0000 (-0400) Subject: more generic scan-build script X-Git-Tag: tor-0.2.7.2-alpha~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e71c8801cfd25dd0576c1dccb34ad8ad399e9f61;p=thirdparty%2Ftor.git more generic scan-build script --- diff --git a/scripts/test/scan-build.sh b/scripts/test/scan-build.sh index 623b227fe4..2375ab6107 100644 --- a/scripts/test/scan-build.sh +++ b/scripts/test/scan-build.sh @@ -25,15 +25,13 @@ CHECKERS="\ -enable-checker security.insecureAPI.strcpy " -/opt/clang-3.4/bin/scan-build/scan-build \ +scan-build \ $CHECKERS \ - --use-analyzer=/opt/clang-3.4/bin/clang \ ./configure -/opt/clang-3.4/bin/scan-build/scan-build \ +scan-build \ $CHECKERS \ - --use-analyzer=/opt/clang-3.4/bin/clang \ - make -j2 + make -j2 -k # Haven't tried this yet.