================ @@ -32,6 +33,11 @@ namespace clang::include_cleaner { namespace { +bool isImplicitOperatorNewDelete(OverloadedOperatorKind OpKind) { ---------------- hokein wrote:
Nit: this function only checks whether `OpKind` is of the new/delete kind. Having `Implici`t in the function name seems a bit misleading to me -- I think we can simply remove it. https://github.com/llvm/llvm-project/pull/125199 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits