Commits

Jordan Rose committed 65bd8536bcf
[serialization] Look for underlying conformances in refined protocol adopters. That is, if we need a type MyIndex<T> to be a valid ForwardIndex, we should be able to find it in the conformance for BidirectionalIndex, which inherits from ForwardIndex. <rdar://problem/15484898> Swift SVN r11270