Bump required clang-format version to 16
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 16 Sep 2024 09:00:35 +0000 (05:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Oct 2024 19:05:13 +0000 (15:05 -0400)
commitb180de7857beb0717b2fa9b1d5399ac004d921b5
tree4e5eb6c20ee8d483063dd8ddbdbb96b2dc67d993
parent4abe7afcf95a17157ad9303d884c06cbbce62a72
Bump required clang-format version to 16

Bump the required clang-format version from 14 to 16. For reference,
this is the version the Babeltrace project uses [1], and it is checked
by the LTTng CI [2], so I think it makes sense to go to that version.
More recent versions might not be readily available on the CI machines
(mostly running Debian 12 at the moment).

FWIW, I think that the code changes generated by this version change are
improvements.

[1] https://github.com/efficios/babeltrace/blob/d16ccfd174984c3d18f4f4427e4e438b1a64730e/tools/format-cpp.sh#L7
[2] https://ci.lttng.org/view/Babeltrace/job/babeltrace_master_lint/

Change-Id: I188f04928357ac7562b1a2dce3238a622189b04a
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
format-cpp
src/common/scope-exit.hpp
src/common/type-traits.hpp
This page took 0.025629 seconds and 4 git commands to generate.