Commits

Chris Lattner committed 186fa8e9d69
Eliminate the TCC_AllowUnresolved flag by having typeCheckChildIndependently automatically pass down TypeCheckExprFlags::AllowUnresolvedTypeVariables IFF we have no contextual type. This gives us UnresolvedTypes in more cases, which improves diagnostics in various situations, and also simplifies CSDiag. The change to misc_diagnostics.swift is a particularly nice progression. Swift SVN r31406