File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1219,6 +1219,7 @@ static bool performCompileStepsPostSILGen(
12191219 SILOptions &SILOpts = Invocation.getSILOptions ();
12201220 IRGenOptions &IRGenOpts = Invocation.getIRGenOptions ();
12211221
1222+ #error use ModuleOrSourceFile w/ unique pointer?
12221223 BufferIndirectlyCausingDiagnosticRAII cpi (Context.Diags ,
12231224 PSPs.MainInputFilenameForDebugInfo );
12241225
@@ -1549,8 +1550,7 @@ createDispatchingDiagnosticConsumerIfNeeded(
15491550 // multiple times. So, create a diagnostic "eater" for those non-primary
15501551 // files.
15511552 //
1552- // This routine gets called for \c createJSONFixItDiagnosticConsumerIfNeeded
1553- // in cases where no primary subconsumers are created.
1553+ // This routine gets called in cases where no primary subconsumers are created.
15541554 // Don't bother to create non-primary subconsumers if there aren't any primary
15551555 // ones.
15561556 //
You can’t perform that action at this time.
0 commit comments