Check for new clang tidy/format bins.

This commit is contained in:
Brenden Matthews 2021-01-23 19:28:22 -06:00
parent 36faf216df
commit 68f95b951c
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD
2 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,10 @@ set(ClangFormat_BIN_NAME
clang-format-5.0
clang-format-6.0
clang-format-7
clang-format-8)
clang-format-8
clang-format-9
clang-format-10
clang-format-11)
find_program(ClangFormat_BIN NAMES ${ClangFormat_BIN_NAME})

View File

@ -6,7 +6,10 @@ set(ClangTidy_BIN_NAME
clang-tidy-5.0
clang-tidy-6.0
clang-tidy-7
clang-tidy-8)
clang-tidy-8
clang-tidy-9
clang-tidy-10
clang-tidy-11)
find_program(ClangTidy_BIN NAMES ${ClangTidy_BIN_NAME})