Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed May 5, 2020
1 parent ea97ea5 commit e90b35e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions other/analysis/run-clang
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
. other/analysis/gen-file.sh

echo "Running Clang compiler"
clang++ -o /dev/null amalgamation.cc \
"$CPPFLAGS" \
"$LDFLAGS" \
-std=c++11 \
-Werror \
-Weverything \
-Wno-c++98-compat-pedantic \
-Wno-c99-extensions \
-Wno-cast-align \
-Wno-conversion \
-Wno-covered-switch-default \
-Wno-disabled-macro-expansion \
-Wno-documentation-deprecated-sync \
-Wno-missing-field-initializers \
-Wno-old-style-cast \
-Wno-padded \
-Wno-sign-compare \
-Wno-unreachable-code-return \
-Wno-unused-parameter \
-Wno-used-but-marked-unused \
-fdiagnostics-color=always \
clang++ -o /dev/null amalgamation.cc \
"$CPPFLAGS" \
"$LDFLAGS" \
-std=c++11 \
-Werror \
-Weverything \
-Wno-c++98-compat-pedantic \
-Wno-c99-extensions \
-Wno-cast-align \
-Wno-conversion \
-Wno-covered-switch-default \
-Wno-disabled-macro-expansion \
-Wno-documentation-deprecated-sync \
-Wno-missing-field-initializers \
-Wno-old-style-cast \
-Wno-padded \
-Wno-sign-compare \
-Wno-unreachable-code-return \
-Wno-unused-parameter \
-Wno-used-but-marked-unused \
-fdiagnostics-color=always

0 comments on commit e90b35e

Please sign in to comment.