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(
5134
5134
Res.getCASOpts ());
5135
5135
5136
5136
// BEGIN MCCAS
5137
- if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ())
5137
+ if (!Res.getFrontendOpts ().CompilationCachingServicePath .empty ()) {
5138
5138
if (Res.getCodeGenOpts ().UseCASBackend )
5139
5139
Diags.Report (diag::err_fe_incompatible_option_with_remote_cache)
5140
5140
<< " -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" ;
5144
5144
}
5145
5145
// END MCCAS
5146
5146
You can’t perform that action at this time.
0 commit comments