mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This adds support for `swift_name` attribute being used with C++ types that are declared within namespaces, e.g.
```
__attribute__((swift_name("MyNamespace.MyType.my_method()")))
```
Previously import-as-member would only accept a top-level unqualified type name.
rdar://138934888
24 KiB
24 KiB