Commits

Chris Lattner committed 0c288e08292
introduce a new UnresolvedTypeConversionExpr implicit conversion node for conversions to and from UnresolvedType. This will allow UnresolvedType to be used more aggressively and predictably by CSDiags. This is NFC, but used in the next patch. Swift SVN r31318