File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ VERSION?=$(SPECVERSION)
22
22
RELEASE? =CommonMark-$(VERSION )
23
23
INSTALL_PREFIX? =/usr/local
24
24
CLANG_CHECK? =clang-check
25
- CLANG_FORMAT =clang-format-3.5 -style llvm -sort-includes=0 -i
25
+ CLANG_FORMAT =clang-format -style llvm -sort-includes=0 -i
26
26
AFL_PATH? =/usr/local/bin
27
27
28
28
.PHONY : all cmake_build leakcheck clean fuzztest test debug ubsan asan mingw archive newbench bench format update-spec afl clang-check docker libFuzzer
@@ -140,7 +140,7 @@ $(EXTDIR)/ext_scanners.c: $(EXTDIR)/ext_scanners.re
140
140
esac
141
141
re2c --case-insensitive -b -i --no-generation-date -8 \
142
142
--encoding-policy substitute -o $@ $<
143
- clang-format-3.5 -style llvm -i $@
143
+ clang-format -style llvm -i $@
144
144
145
145
# We include entities.inc in the repository, so normally this
146
146
# doesn't need to be regenerated:
@@ -211,7 +211,7 @@ format:
211
211
$(CLANG_FORMAT ) src/* .c src/* .h api_test/* .c api_test/* .h
212
212
213
213
format-extensions :
214
- clang-format-3.5 -style llvm -i extensions/* .c extensions/* .h
214
+ clang-format -style llvm -i extensions/* .c extensions/* .h
215
215
216
216
operf : $(CMARK )
217
217
operf $< < $(BENCHFILE ) > /dev/null
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
12
wget \
13
13
clang \
14
14
man \
15
- clang-format-3.5 \
15
+ clang-format \
16
16
&& apt-get clean
17
17
18
18
RUN wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz && \
You can’t perform that action at this time.
0 commit comments