mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.