mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -149,6 +149,9 @@ namespace swift {
|
||||
/// Should potential unavailability on enum cases be downgraded to a warning?
|
||||
bool WarnOnPotentiallyUnavailableEnumCase = false;
|
||||
|
||||
/// Should the editor placeholder error be downgraded to a warning?
|
||||
bool WarnOnEditorPlaceholder = false;
|
||||
|
||||
/// Maximum number of typo corrections we are allowed to perform.
|
||||
/// This is disabled by default until we can get typo-correction working within acceptable performance bounds.
|
||||
unsigned TypoCorrectionLimit = 0;
|
||||
|
||||
Reference in New Issue
Block a user