summaryrefslogtreecommitdiff
path: root/other/analysis/run-clang
diff options
context:
space:
mode:
Diffstat (limited to 'other/analysis/run-clang')
-rwxr-xr-xother/analysis/run-clang1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/analysis/run-clang b/other/analysis/run-clang
index 60e59eab..d1a5e4dc 100755
--- a/other/analysis/run-clang
+++ b/other/analysis/run-clang
@@ -7,6 +7,7 @@ clang++ -o /dev/null amalgamation.cc \
7 $CPPFLAGS \ 7 $CPPFLAGS \
8 $LDFLAGS \ 8 $LDFLAGS \
9 -std=c++11 \ 9 -std=c++11 \
10 -Werror \
10 -Weverything \ 11 -Weverything \
11 -Wno-c++98-compat-pedantic \ 12 -Wno-c++98-compat-pedantic \
12 -Wno-c99-extensions \ 13 -Wno-c99-extensions \