Commits

Chris Lattner committed 9e7f602198c
Handle diagnosing unbound archetypes in the outer level ambiguity diagnostics machinery, instead of in multiple places in CSSolver and CSDiags. This leads to more predictable behavior (e.g. by removing the UnboundGenericParameter failure kind) and eliminates a class of "'_' is not convertible to 'FooType'" diagnostics. Swift SVN r30923