mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Grammatical corrections for compound modifiers
This commit is contained in:
committed by
Anthony DePasquale
parent
bc0760083d
commit
c9b17383c8
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user