We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7947b commit ff843c0Copy full SHA for ff843c0
libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
@@ -5,13 +5,9 @@
5
set(LLVM_DIR_SAVE ${LLVM_DIR})
6
set(Clang_DIR_SAVE ${Clang_DIR})
7
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.
12
find_package(Clang 17)
13
if (NOT Clang_FOUND)
14
- find_package(Clang 16)
+ find_package(Clang 18)
15
endif()
16
17
set(SOURCES
0 commit comments