================ @@ -365,6 +365,10 @@ class DefaultFilterCCC final : public CorrectionCandidateCallback { template <class C> class DeclFilterCCC final : public CorrectionCandidateCallback { public: + explicit DeclFilterCCC(const IdentifierInfo *Typo = nullptr, + NestedNameSpecifier *TypoNNS = nullptr) ---------------- nickdesaulniers wrote:
I don't think you need `explicit` if the constructor accepts more than 1 argument. https://github.com/llvm/llvm-project/pull/76348 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits