chore: Upgrade to llvm 19 tooling (#1681)

For #1664
This commit is contained in:
Alex Kremer
2024-10-14 16:43:49 +01:00
committed by GitHub
parent 11192c362e
commit c3be155f8d
6 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ if (lint)
endif ()
message(STATUS "Using clang-tidy from CLIO_CLANG_TIDY_BIN")
else ()
find_program(_CLANG_TIDY_BIN NAMES "clang-tidy-18" "clang-tidy" REQUIRED)
find_program(_CLANG_TIDY_BIN NAMES "clang-tidy-19" "clang-tidy" REQUIRED)
endif ()
if (NOT _CLANG_TIDY_BIN)