[libcxx-commits] [libcxx] ff843c0 - [libc++] Bump the clang version the clang-tidy checks are based on (#68318)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 6 02:43:38 PDT 2023
Author: philnik777
Date: 2023-10-06T11:43:33+02:00
New Revision: ff843c00ce1df5af29d5dae671086b92dcabf94b
URL: https://github.com/llvm/llvm-project/commit/ff843c00ce1df5af29d5dae671086b92dcabf94b
DIFF: https://github.com/llvm/llvm-project/commit/ff843c00ce1df5af29d5dae671086b92dcabf94b.diff
LOG: [libc++] Bump the clang version the clang-tidy checks are based on (#68318)
Added:
Modified:
libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
Removed:
################################################################################
diff --git a/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt b/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
index a8cd113fc6eb6a9..260e90f45f577cb 100644
--- a/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
+++ b/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
@@ -5,13 +5,9 @@
set(LLVM_DIR_SAVE ${LLVM_DIR})
set(Clang_DIR_SAVE ${Clang_DIR})
-# TODO LLVM 17 prefer to use the stable release again instead of ToT.
-# libc++ normally prefers the use the last stable release instead of the ToT.
-# For modules we need ToT since they are still under heavy development. So
-# temporary the ToT version is preferred.
find_package(Clang 17)
if (NOT Clang_FOUND)
- find_package(Clang 16)
+ find_package(Clang 18)
endif()
set(SOURCES
More information about the libcxx-commits
mailing list