]> git.lttng.org Git - lttng-tools.git/commitdiff
CodingStyle.md: update clang-format version to 16
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 Dec 2024 19:09:32 +0000 (19:09 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 Dec 2024 19:14:58 +0000 (19:14 +0000)
The formating script and .clang-format both require clang-format 16.

Change-Id: Icfbf96fc0e31715cc988b5413d8c100442bab44a
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
CodingStyle.md

index 0aac92471eaa705840b56f99218c31e77c3b6017..19388087902e9386b84fb43a0841b02dc93b13d0 100644 (file)
@@ -28,7 +28,7 @@ All the project's C++ files follow the [clang-format](https://clang.llvm.org/doc
 
 You _must_ format your changes with clang-format before you contribute a patch.
 
-Note that clang-format 14 is required to use the project's `.clang-format` file.
+Note that clang-format 16 is required to use the project's `.clang-format` file.
 
 Most text editors allow you to format a sub-section of a source file using clang-format to ensure it adheres to the project's style.
 
This page took 0.029502 seconds and 4 git commands to generate.