mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #30395 from brentdax/two-revisions-for-two-revisions-for-slashing
This commit is contained in:
@@ -1968,7 +1968,7 @@ SourceFile::getInfoForUsedFilePaths() const {
|
||||
getASTContext().SourceMgr.getLocForBufferStart(BufferID);
|
||||
}
|
||||
|
||||
for (auto &vpath : VirtualFilenames) {
|
||||
for (auto &vpath : VirtualFilePaths) {
|
||||
result[vpath.Item].virtualFileLocs.insert(vpath.Loc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user