[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 06:20:17 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.
----------------
philnik777 wrote:

```suggestion
// TODO(LLVM 25): Remove this compatibility check
```
We have this general pattern to make it easier to find TODOs that can be resolved after a given branch.

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


More information about the libcxx-commits mailing list