Merge pull request #30395 from brentdax/two-revisions-for-two-revisions-for-slashing

This commit is contained in:
swift-ci
2020-03-17 14:11:02 -07:00
committed by GitHub
4 changed files with 9 additions and 6 deletions

View File

@@ -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);
}