================ @@ -7594,6 +7594,54 @@ ASTContext::getCanonicalTemplateArgument(const TemplateArgument &Arg) const { llvm_unreachable("Unhandled template argument kind"); } +bool ASTContext::isSameTemplateArgument(const TemplateArgument &Arg1, + const TemplateArgument &Arg2) const { ---------------- zwuis wrote:
Oops. I didn't know that `isSameTemplateArg` in SemaTemplateDeduction.cpp was changed and I need to rebase. Thanks for your reminder. https://github.com/llvm/llvm-project/pull/134522 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits