Commits

Slava Pestov committed f8f6d61d195
Fixes for typealiases involving generics (#3811) * Serialization: Another fix for generic typealiases Fixes <https://bugs.swift.org/browse/SR-1889>. * Sema: Fix FindCapturedVars to look through typealiases Fixes <https://bugs.swift.org/browse/SR-1781>.