mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9dd6217a14
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.