================ @@ -8,10 +8,16 @@ #include "../ClangTidy.h" #include "../ClangTidyDiagnosticConsumer.h" +#include "../ClangTidyForceLinker.h" // IWYU pragma: keep ---------------- zeyi2 wrote:
This header ensures the built-in checks are linked into the plugin and registered. It was removed as an unused include in #141420, breaking check registration in the plugin. https://github.com/llvm/llvm-project/pull/221961 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
