Commits

Doug Gregor committed 66b9f36ff5e
When emitting sibling method calls, callect substitutions from all levels. Previously, we were only looking at the innermost level, ignoring outer generic types. Fixes the SILGen part of <rdar://problem/15345742>, but IRGen issues remain. Swift SVN r10418