summary refs log tree commit diff stats
path: root/results/scraper/fex/4577
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/4577')
-rw-r--r--results/scraper/fex/457715
1 files changed, 15 insertions, 0 deletions
diff --git a/results/scraper/fex/4577 b/results/scraper/fex/4577
new file mode 100644
index 00000000..971b5393
--- /dev/null
+++ b/results/scraper/fex/4577
@@ -0,0 +1,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.
\ No newline at end of file