Skip to content

Commit 3a06861

Browse files
authored
[libc++] Use clang-tidy version that matches the compiler we use in the CI (#85305)
This works around ODR violations in the clang-tidy plugin we use to perform the modules tests. Fixes #85242
1 parent 0c1dcd6 commit 3a06861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/tools/clang_tidy_checks/CMakeLists.txt

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

8-
find_package(Clang 18)
8+
find_package(Clang 18.1)
99
if (NOT Clang_FOUND)
1010
find_package(Clang 17)
1111
endif()

0 commit comments

Comments
 (0)