We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcb23c commit a8aa691Copy full SHA for a8aa691
clang/lib/Frontend/CompilerInstance.cpp
@@ -365,7 +365,8 @@ IntrusiveRefCntPtr<DiagnosticsEngine> CompilerInstance::createDiagnostics(
365
SetUpDiagnosticLog(Opts, CodeGenOpts, *Diags);
366
367
if (!Opts->DiagnosticSerializationFile.empty())
368
- SetupSerializedDiagnostics(Opts, *Diags, Opts->DiagnosticSerializationFile);
+ SetupSerializedDiagnostics(Opts, *Diags,
369
+ Opts->DiagnosticSerializationFile);
370
371
// Configure our handling of diagnostics.
372
ProcessWarningOptions(*Diags, *Opts, VFS);
0 commit comments