mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Provide a frontend option to disable typo correction.
rdar://29003217
This commit is contained in:
@@ -47,6 +47,9 @@ namespace swift {
|
||||
|
||||
/// \brief Disable API availability checking.
|
||||
bool DisableAvailabilityChecking = false;
|
||||
|
||||
/// \brief Disable typo correction.
|
||||
bool DisableTypoCorrection = false;
|
||||
|
||||
/// Should access control be respected?
|
||||
bool EnableAccessControl = true;
|
||||
|
||||
Reference in New Issue
Block a user