swift
738c8fb6 - [cxx-interop] Skip type metadata for C++ types that are only used in private C++ fields

Commit
258 days ago
[cxx-interop] Skip type metadata for C++ types that are only used in private C++ fields This fixes compiler errors for C++ types that use pimpl idiom: ``` invalid application of 'sizeof' to an incomplete type ``` rdar://141960396
Author
Committer
Parents
Loading