check-style, doc: Add support for clang-format-19
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user