Commits

Doug Gregor committed ea3d0b37bf4
Archetype builder: clean up typo correction and unresolved references. When typo-correcting a potential archetype (i.e., a nested name T.foo), record the rename within the potential archetype but don't consider the signature to be invalid. Move the actual typo-correction diagnostics and AST fix-ups outside of the archetype builder, so we get proper Fix-Its and a correct generic signature. Fixes rdar://problem/20789924. Swift SVN r32677