mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Doc and style fixes for #filePath implementation
This addresses some late-breaking review comments left by @hamishknight on apple/swift#29412.
This commit is contained in:
@@ -1964,7 +1964,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