[libcxx-commits] [libcxx] [libcxx] Avoid including deprecated ClangTidyModuleRegistry.h (PR #208945)
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 13 06:15:24 PDT 2026
================
@@ -7,7 +7,11 @@
//===----------------------------------------------------------------------===//
#include "clang-tidy/ClangTidyCheck.h"
-#include "clang-tidy/ClangTidyModuleRegistry.h"
+#if CLANG_VERSION_MAJOR > 23
----------------
boomanaiden154 wrote:
LLVM 25 branching sounds right. Libc++ would be supporting 23, 24, and 25 at that point.
https://github.com/llvm/llvm-project/pull/208945
More information about the libcxx-commits
mailing list