Bump to Clang 19 (#2434)

This commit is contained in:
¥IGA
2025-02-18 14:55:13 +01:00
committed by GitHub
parent e67263cc0e
commit 8447412c77
8 changed files with 16 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis
fi
# Default clang-format points to default 3.5 version one
CLANG_FORMAT=clang-format-18
CLANG_FORMAT=clang-format-19
$CLANG_FORMAT --version
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then