mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Address Hamish’s review comments
This commit is contained in:
@@ -2569,7 +2569,7 @@ void SwiftLangSupport::findRelatedIdentifiersInFile(
|
||||
return;
|
||||
}
|
||||
|
||||
RenameLocs Locs = localRenameLocs(SrcFile, *Info);
|
||||
RenameLocs Locs = localRenameLocs(SrcFile, Info->VD);
|
||||
|
||||
// Ignore any errors produced by `resolveRenameLocations` since, if some
|
||||
// symbol failed to resolve, we still want to return all the other
|
||||
|
||||
Reference in New Issue
Block a user