llvm-project
d8ca77e2 - [Clang][Sema] Allow qualified type names in `swift_name` attribute

Commit
133 days ago
[Clang][Sema] Allow qualified type names in `swift_name` attribute This allows adding `__attribute__((swift_name("MyNamespace.MyType.my_method()")))` on standalone C++ functions to make Swift import them as member functions of a type that is nested in a C++ namespace. rdar://138934888
Author
Parents
Loading