[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:41:33 PDT 2026
================
@@ -7,7 +7,12 @@
//===----------------------------------------------------------------------===//
#include "clang-tidy/ClangTidyCheck.h"
-#include "clang-tidy/ClangTidyModuleRegistry.h"
+// TODO(boomanaiden154): Remove this compatibility check when LLVM 25 branches.
----------------
boomanaiden154 wrote:
Done.
https://github.com/llvm/llvm-project/pull/208945
More information about the libcxx-commits
mailing list