vbvictor wrote: > The problem with warnings is that they pollute the build logs while the > problem is not fixed. I believe we had similar discussions with other > removals and opted for not warning. But I don't have a strong opinion.
Shouldn't this warning only appear once per .cpp file and It should be relatively easy to fix (just tweak `.clang-tidy` configs and that's it)? https://github.com/llvm/llvm-project/pull/185879 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
