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(
4919
4919
Res.getCASOpts ());
4920
4920
4921
4921
// BEGIN MCCAS
4922
- if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ())
4922
+ if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ()) {
4923
4923
if (Res.getCodeGenOpts ().UseCASBackend )
4924
4924
Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
4925
4925
<< " -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" ;
4929
4929
}
4930
4930
// END MCCAS
4931
4931
You can’t perform that action at this time.
0 commit comments