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 @@ -4919,13 +4919,13 @@ bool CompilerInvocation::CreateFromArgsImpl(
49194919 Res.getCASOpts ());
49204920
49214921 // BEGIN MCCAS
4922- if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ())
4922+ if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ()) {
49234923 if (Res.getCodeGenOpts ().UseCASBackend )
49244924 Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
49254925 << " -fcas-backend" ;
4926- if (Res.getFrontendOpts ().WriteOutputAsCASID ) {
4927- Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
4928- << " -fcasid-output" ;
4926+ if (Res.getFrontendOpts ().WriteOutputAsCASID )
4927+ Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
4928+ << " -fcasid-output" ;
49294929 }
49304930 // END MCCAS
49314931
You can’t perform that action at this time.
0 commit comments