Skip to content

Commit ff843c0

Browse files
authored
[libc++] Bump the clang version the clang-tidy checks are based on (#68318)
1 parent 0d7947b commit ff843c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libcxx/test/tools/clang_tidy_checks/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
set(LLVM_DIR_SAVE ${LLVM_DIR})
66
set(Clang_DIR_SAVE ${Clang_DIR})
77

8-
# TODO LLVM 17 prefer to use the stable release again instead of ToT.
9-
# libc++ normally prefers the use the last stable release instead of the ToT.
10-
# For modules we need ToT since they are still under heavy development. So
11-
# temporary the ToT version is preferred.
128
find_package(Clang 17)
139
if (NOT Clang_FOUND)
14-
find_package(Clang 16)
10+
find_package(Clang 18)
1511
endif()
1612

1713
set(SOURCES

0 commit comments

Comments
 (0)