Grammatical corrections for compound modifiers

This commit is contained in:
Anthony
2024-09-09 14:26:26 +02:00
committed by Anthony DePasquale
parent bc0760083d
commit c9b17383c8
36 changed files with 84 additions and 84 deletions

View File

@@ -831,7 +831,7 @@ int sil_opt_main(ArrayRef<const char *> argv, void *MainAddr) {
}
// If we have strict concurrency set as a feature and were told to turn off
// region based isolation... do so now.
// region-based isolation... do so now.
if (Invocation.getLangOptions().hasFeature(Feature::StrictConcurrency)) {
Invocation.getLangOptions().enableFeature(Feature::RegionBasedIsolation);
}