darkhttpd/devel/checker

13 lines
227 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# Run through the clang static analyzer
#
# Adjust to suit:
LLVM=$HOME/llvm
CHECKER=$LLVM/llvm/tools/clang/tools/scan-build/ccc-analyzer
env PATH=$LLVM/build/Release/bin:$PATH $CHECKER ../darkhttpd.c
rm -f a.out