Skip to content

Commit 5c83732

Browse files
author
David Ungar
committed
WIP
1 parent a17094b commit 5c83732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/FrontendTool/FrontendTool.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
//

0 commit comments

Comments
 (0)