summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-22 09:58:16 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-22 09:58:16 -0400
commit742514be2f4108953308d20d5967de590ba4100d (patch)
treeb6ea50521491db6bb378a92b5b4806b98b2822b7
parent6b6a714732e1bec58ee92b535902a5bbc5c7e946 (diff)
downloadtor-742514be2f4108953308d20d5967de590ba4100d.tar.gz
tor-742514be2f4108953308d20d5967de590ba4100d.zip
scan-build is more mature now; no need to hardcode the one in my /opt/clang-3.4
-rw-r--r--scripts/test/scan-build.sh3
1 files changed, 0 insertions, 3 deletions
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 \