[libcxx-commits] [PATCH] D142973: [libc++] Look for Clang 17 when compiling clang-tidy checks
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 1 14:05:26 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG42701cac8128: [libc++] Look for Clang 17 when compiling clang-tidy checks (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142973/new/
https://reviews.llvm.org/D142973
Files:
libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
Index: libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
===================================================================
--- libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
+++ libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
@@ -3,7 +3,7 @@
set(CMAKE_FIND_PACKAGE_SORT_ORDER NATURAL)
set(CMAKE_FIND_PACKAGE_SORT_DIRECTION DEC)
-find_package(Clang 16)
+find_package(Clang 16...17)
set(SOURCES
abi_tag_on_virtual.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142973.494071.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230201/ce78e72e/attachment.bin>
More information about the libcxx-commits
mailing list