Skip to content

Commit 948d80d

Browse files
authored
Merge pull request #82 from luavela/imun/update-clang-format
Upgrade clang-format version
2 parents f50c1c5 + bef0f9b commit 948d80d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/bootstrap/test-depends-22-04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bc
2-
clang-format-11
2+
clang-format-15
33
clang-tidy-11
44
gdb
55
graphviz

scripts/run-clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use constant {
2525
verbose => 0,
2626
clang_format => {
2727
prefix => '/usr/bin/clang-format',
28-
versions => [ qw(11) ],
28+
versions => [ qw(15) ],
2929
},
3030
},
3131
EXCLUDE => {

0 commit comments

Comments
 (0)