================
@@ -4856,7 +4856,7 @@ bool 
TemplateDeclInstantiator::SubstDefaultedFunction(FunctionDecl *New,
                    : DFI);
   }
 
-  SemaRef.SetDeclDefaulted(New, Tmpl->getLocation());
+  SemaRef.SetDeclDefaulted(nullptr, New, Tmpl->getLocation());
----------------
ofAlpaca wrote:

@Endilll 
I'm not sure if I miss some steps.
Do I need to update anything to make this PR available?

https://github.com/llvm/llvm-project/pull/99542
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to