Commits

Jordan Rose committed ea4d110146f
[PrintAsObjC] Handle typealiases in ObjC generics. More specifically, don't try to emit a definition for them. Just fall through to what we do for forward-declarations...which also needed some fixing, to make sure we don't use a Swift typealias as its underlying type but never import the underlying type. https://bugs.swift.org/browse/SR-2352