summary refs log tree commit diff stats
path: root/results/scraper/fex/4577
blob: 971b53933504d771e6401eac58772b81c27875c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Upgrade clang-format to something other than 16
Debian and Ubuntu in their infinite wisdom struck down clang-16 while keeping the other versions from 14 onwards. We just so happened to be using that version of clang for clang-format.

```
$ apt-cache search clang-format
clang-format-20 - Tool to format C/C++/Obj-C code
clang-format - Tool to format C/C++/Obj-C code
clang-format-14 - Tool to format C/C++/Obj-C code
clang-format-15 - Tool to format C/C++/Obj-C code
clang-format-17 - Tool to format C/C++/Obj-C code
clang-format-18 - Tool to format C/C++/Obj-C code
clang-format-19 - Tool to format C/C++/Obj-C code
```

We should upgrade to clang-format-18.