[libcxx] [llvm] [libc++][CI] Reenables clang-tidy. (PR #90077)
Louis Dionne via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 09:12:19 PDT 2024
================
@@ -64,6 +64,26 @@ if(NOT HAS_CLANG_TIDY_HEADERS)
"clang-tidy headers are not present.")
return()
endif()
+
+# The clangTidy plugin uses C++20, when using stdlibc++ verify the version is correct.
----------------
ldionne wrote:
```suggestion
# The clangTidy plugin uses C++20, so ensure that we support C++20 when using libstdc++.
# This is required because some versions of libstdc++ used as a system library on build platforms
# we support do not support C++20 yet.
```
https://github.com/llvm/llvm-project/pull/90077
More information about the llvm-commits
mailing list