mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
WIP
This commit is contained in:
@@ -1221,7 +1221,7 @@ static bool performCompileStepsPostSILGen(
|
||||
|
||||
Optional<BufferIndirectlyCausingDiagnosticRAII> ricd;
|
||||
if (auto *SF = MSF.dyn_cast<SourceFile *>())
|
||||
ricd.emplace(Context.Diags, SF->getFilename());
|
||||
ricd.emplace(Context.Diags, SF->getBufferID());
|
||||
|
||||
if (Stats)
|
||||
countStatsPostSILGen(*Stats, *SM);
|
||||
|
||||
Reference in New Issue
Block a user