projects
/
darkhttpd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe886b
)
For developers: script to run through clang static analyzer.
author
Emil Mikulic
<emikulic@gmail.com>
Sat, 15 Jan 2011 09:56:30 +0000
(20:56 +1100)
committer
Emil Mikulic
<emikulic@gmail.com>
Sun, 28 Apr 2013 10:37:08 +0000
(20:37 +1000)
devel/checker
[new file with mode: 0755]
patch
|
blob
diff --git a/devel/checker
b/devel/checker
new file mode 100755
(executable)
index 0000000..
76adc6e
--- /dev/null
+++ b/
devel/checker
@@ -0,0
+1,12
@@
+#!/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