File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5134,13 +5134,13 @@ bool CompilerInvocation::CreateFromArgsImpl(
51345134 Res.getCASOpts ());
51355135
51365136 // BEGIN MCCAS
5137- if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ())
5137+ if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ()) {
51385138 if (Res.getCodeGenOpts ().UseCASBackend )
51395139 Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
51405140 << " -fcas-backend" ;
5141- if (Res.getFrontendOpts ().WriteOutputAsCASID ) {
5142- Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
5143- << " -fcasid-output" ;
5141+ if (Res.getFrontendOpts ().WriteOutputAsCASID )
5142+ Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
5143+ << " -fcasid-output" ;
51445144 }
51455145 // END MCCAS
51465146
You can’t perform that action at this time.
0 commit comments