Commits

Jordan Rose committed 37c1d8cdbd8
Don't assert when using a type variable as a specialized conformance witness. Previously, we would try to generate a conformance for the type variable (to the witness's requirement), fail, and then assert that we should have succeeded. Now, we just let the type variable pass through with a null conformance. <rdar://problem/16078944> Swift SVN r14617