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(
1219
1219
SILOptions &SILOpts = Invocation.getSILOptions ();
1220
1220
IRGenOptions &IRGenOpts = Invocation.getIRGenOptions ();
1221
1221
1222
+ #error use ModuleOrSourceFile w/ unique pointer?
1222
1223
BufferIndirectlyCausingDiagnosticRAII cpi (Context.Diags ,
1223
1224
PSPs.MainInputFilenameForDebugInfo );
1224
1225
@@ -1549,8 +1550,7 @@ createDispatchingDiagnosticConsumerIfNeeded(
1549
1550
// multiple times. So, create a diagnostic "eater" for those non-primary
1550
1551
// files.
1551
1552
//
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.
1554
1554
// Don't bother to create non-primary subconsumers if there aren't any primary
1555
1555
// ones.
1556
1556
//
You can’t perform that action at this time.
0 commit comments