summaryrefslogtreecommitdiff
path: root/other/analysis/run-clang-analyze
diff options
context:
space:
mode:
Diffstat (limited to 'other/analysis/run-clang-analyze')
-rwxr-xr-xother/analysis/run-clang-analyze8
1 files changed, 8 insertions, 0 deletions
diff --git a/other/analysis/run-clang-analyze b/other/analysis/run-clang-analyze
new file mode 100755
index 00000000..0e6d9af0
--- /dev/null
+++ b/other/analysis/run-clang-analyze
@@ -0,0 +1,8 @@
1#!/bin/sh
2
3. other/analysis/gen-file.sh
4
5echo "Running Clang static analyzer"
6clang++ --analyze amalgamation.cc \
7 $CPPFLAGS \
8 -std=c++11