check-style, doc: Add support for clang-format-19

This commit is contained in:
Eduardo Almeida
2025-03-12 17:34:25 +00:00
parent e353280467
commit a7ae995e72
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ previous versions.
The following list contains the set of clang-format versions that are verified
to produce consistent output among themselves.
* clang-format-19
* clang-format-18
* clang-format-17
* clang-format-16

View File

@@ -41,7 +41,7 @@ from typing import Callable, Dict, List, Tuple
###########################################################
# PARAMETERS
###########################################################
CLANG_FORMAT_MAX_VERSION = 18
CLANG_FORMAT_MAX_VERSION = 19
CLANG_FORMAT_MIN_VERSION = 15
FORMAT_GUARD_ON = [