Commits

Doug Gregor committed 81279c6c00e
QoI: Provide a Fix-It that replaces 'Self' with the enclosing nominal type. 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