Skip to content
Snippets Groups Projects
Commit 742514be authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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

parent 6b6a7147
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment