Provide a frontend option to disable typo correction.

rdar://29003217
This commit is contained in:
John McCall
2016-11-02 14:08:56 -07:00
parent bfab9d607e
commit d123345689
4 changed files with 11 additions and 0 deletions

View File

@@ -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;