소스 검색

scan-build is more mature now; no need to hardcode the one in my /opt/clang-3.4

Nick Mathewson 8 년 전
부모
커밋
742514be2f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      scripts/test/scan-build.sh

+ 0 - 3
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 \