Files
Egor Zhdan d8ca77e2b9 [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
2025-06-27 13:21:37 +01:00
..