projects
/
darkhttpd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Still more range test fiddling.
[darkhttpd]
/
devel
/
checker
1
#!/bin/sh
2
#
3
# Run through the clang static analyzer
4
#
5
6
# Adjust to suit:
7
LLVM=$HOME/llvm
8
CHECKER=$LLVM/llvm/tools/clang/tools/scan-build/ccc-analyzer
9
10
env PATH=$LLVM/build/Release/bin:$PATH $CHECKER ../darkhttpd.c
11
12
rm -f a.out