swift
648fd437 - [cxx-interop] Remove a feature flag

Commit
304 days ago
[cxx-interop] Remove a feature flag SafeInterop was guarding whether we import certain foreign types as unsafe. Since these attrbutes are only considered when an opt-in strict language mode is on, this PR removes this feature flag. We still rely on the presence of the AllowUnsafeAttribute flag to add the unsafe attributes to the imported types and functions.
Author
Gabor Horvath
Parents
Loading