[libcxx-commits] [libcxx] [libcxx] Avoid including deprecated ClangTidyModuleRegistry.h (PR #208945)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 13 01:47:53 PDT 2026


================
@@ -7,7 +7,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "clang-tidy/ClangTidyCheck.h"
-#include "clang-tidy/ClangTidyModuleRegistry.h"
+#if CLANG_VERSION_MAJOR > 23
----------------
philnik777 wrote:

Can we add a TODO to remove this in LLVM 25 (I think)?

https://github.com/llvm/llvm-project/pull/208945


More information about the libcxx-commits mailing list