swift
738c8fb6
- [cxx-interop] Skip type metadata for C++ types that are only used in private C++ fields
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#78467 - [cxx-interop] Skip type metadata for C++ types that are only used in private C++ fields
Author
egorzhdan
Committer
egorzhdan
Parents
660a2ea3
Loading