================
@@ -353,7 +356,8 @@ ClangTidyASTConsumerFactory::ClangTidyASTConsumerFactory(
if (Context.canExperimentalCustomChecks() && custom::RegisterCustomChecks)
custom::RegisterCustomChecks(Context.getOptions(), *CheckFactories);
#endif
- for (ClangTidyModuleRegistry::entry E : ClangTidyModuleRegistry::entries()) {
+ for (ClangTidyModuleRegistry::entry const E :
----------------
vbvictor wrote:
It was issue of clang-format-21:
https://github.com/llvm/llvm-project/issues/167121
Now I ran clang-format-22: https://github.com/llvm/llvm-project/pull/167122
https://github.com/llvm/llvm-project/pull/167030
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits