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:
@@ -2331,7 +2331,7 @@ CustomAttrNominalRequest::evaluate(Evaluator &evaluator,
|
||||
|
||||
ComponentIdentTypeRepr *components[2] = {
|
||||
new (ctx) SimpleIdentTypeRepr(identTypeRepr->getNameLoc(),
|
||||
moduleName),
|
||||
DeclNameRef_(moduleName)),
|
||||
identTypeRepr
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user