Commits

Jordan Rose committed 291380aec03
Remove unnecessary wrapper for InFlightDiagnostic. CoerceDiagnostic was a wrapper for InFlightDiagnostic that can optionally swallow << operations, so that a passive type-check could act as if it were creating diagnostics without actually emitting them. However, InFlightDiagnostic already has this capability. Swift SVN r4893