From: Nick Mathewson Date: Tue, 22 Sep 2015 13:58:16 +0000 (-0400) Subject: scan-build is more mature now; no need to hardcode the one in my /opt/clang-3.4 X-Git-Tag: tor-0.2.7.3-rc~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=742514be2f4108953308d20d5967de590ba4100d;p=thirdparty%2Ftor.git scan-build is more mature now; no need to hardcode the one in my /opt/clang-3.4 --- diff --git a/scripts/test/scan-build.sh b/scripts/test/scan-build.sh index 2375ab6107..56941f2311 100644 --- a/scripts/test/scan-build.sh +++ b/scripts/test/scan-build.sh @@ -4,11 +4,8 @@ # # This script is used for running a bunch of clang scan-build checkers # on Tor. -# -# It has hardwired paths for Nick's desktop at the moment. CHECKERS="\ - --use-analyzer=/opt/clang-3.4/bin/clang \ -disable-checker deadcode.DeadStores \ -enable-checker alpha.core.CastSize \ -enable-checker alpha.core.CastToStruct \