mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #71863 from bnbarham/remove-makearrayref
Use the new template deduction guides rather than `makeArrayRef`
This commit is contained in:
@@ -741,7 +741,7 @@ public:
|
||||
|
||||
// Create a synthesized ExtensionDecl for the conformance.
|
||||
ASTContext &ctx = M->getASTContext();
|
||||
auto inherits = ctx.AllocateCopy(llvm::makeArrayRef(InheritedEntry(
|
||||
auto inherits = ctx.AllocateCopy(llvm::ArrayRef(InheritedEntry(
|
||||
TypeLoc::withoutLoc(proto->getDeclaredInterfaceType()), isUnchecked,
|
||||
/*isRetroactive=*/false,
|
||||
/*isPreconcurrency=*/false)));
|
||||
|
||||
Reference in New Issue
Block a user