[xb] Add clang-format-20, raise minimum version

This commit is contained in:
Margen67 2025-07-06 20:06:56 -07:00
parent 54055a2271
commit f3de3ad3f6
1 changed files with 2 additions and 2 deletions

View File

@ -455,9 +455,9 @@ def get_clang_format_binary():
Returns:
A path to the clang-format executable.
"""
clang_format_minimum_ver='18'
clang_format_minimum_ver='19'
attempts = [
'clang-format-19',
'clang-format-20',
'clang-format-' + clang_format_minimum_ver,
'clang-format',
]