mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
As part of this, give diagnoseUnknownType() the ability to fix the current component so that we continue as-if the user had written what we wanted. This gives us a hook for various forms of fixes, e.g., typo correction on type references. Swift SVN r12707