[clang-tools-extra] [clang-tidy] performance-unnecessary-copy-init: Add a hook... (PR #73921)
Clement Courbet via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 30 04:57:01 PST 2023
legrosbuffle wrote:
> In theory changes that are required for "private" checks should be done by you on some own private fork instead of adding that "unused" code here. But only option I see is simply moving diagnostic to separate methods, and make those methods virtual.
I see, we don't want code that's dead upstream. Makes sense. I'll do something like what you're suggesting.
https://github.com/llvm/llvm-project/pull/73921
More information about the cfe-commits
mailing list