================
@@ -10371,7 +10428,7 @@ class Sema final : public SemaBase {
void DiagnoseUseOfDeletedFunction(SourceLocation Loc, SourceRange Range,
DeclarationName Name,
OverloadCandidateSet &CandidateSet,
- FunctionDecl *Fn, MultiExprArg Args,
+ FunctionDecl *Fn, ArrayRef<Expr *> Args,
----------------
igorkudrin wrote:
An immutable list would be better, but that change can be done in a separate
commit.
https://github.com/llvm/llvm-project/pull/211482
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits