Commits

Michael Ilseman committed 9dd6217a145
[SILGen] Recognize swift_newtype-ed CF foreign class types Teach isClangTypeMoreIndirectThanSubstType about swift_newtype-ed typedefs, which may be of CF foreign class type. In these cases, we should reason about the underlying, wrapped type. Includes refactoring of common logic and tests.