================
@@ -9,17 +9,12 @@
 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_CLANGTIDYMODULEREGISTRY_H
 #define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_CLANGTIDYMODULEREGISTRY_H
 
-#include "ClangTidyModule.h"
-#include "llvm/Support/Registry.h"
-
-namespace clang::tidy {
+// NOLINTBEGIN
 
-using ClangTidyModuleRegistry = llvm::Registry<ClangTidyModule>;
+#warning The ClangTidyModuleRegistry.h header is deprecated and will be 
removed in LLVM 24. All of the symbols it used to define have been moved into 
ClangTidyModule.h.
----------------
localspook wrote:

Opened #173414

https://github.com/llvm/llvm-project/pull/173231
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to