mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Thread DeclNameRef through most of the compiler
This huge commit contains as many of the mechanical changes as possible.
This commit is contained in:
@@ -4124,8 +4124,9 @@ llvm::Error DeclDeserializer::deserializeDeclAttributes() {
|
||||
assert(numArgs != 0);
|
||||
assert(!isImplicit && "Need to update for implicit");
|
||||
Attr = DynamicReplacementAttr::create(
|
||||
ctx, DeclName(ctx, baseName, ArrayRef<Identifier>(pieces)), &MF,
|
||||
replacedFunID);
|
||||
ctx,
|
||||
DeclNameRef_(DeclName(ctx, baseName, ArrayRef<Identifier>(pieces))),
|
||||
&MF, replacedFunID);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user