]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scan-build is more mature now; no need to hardcode the one in my /opt/clang-3.4
authorNick Mathewson <nickm@torproject.org>
Tue, 22 Sep 2015 13:58:16 +0000 (09:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Sep 2015 13:58:16 +0000 (09:58 -0400)
scripts/test/scan-build.sh

index 2375ab6107e51c1754281e5d48ddde4954016e62..56941f2311ed81750c22c40f400a2ef80ce3f52b 100644 (file)
@@ -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 \