[all-commits] [llvm/llvm-project] d8ca77: [Clang][Sema] Allow qualified type names in `swift...
Egor Zhdan via All-commits
all-commits at lists.llvm.org
Fri Jun 27 05:21:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8ca77e2b96e60f2e2b770bf8e0341e9153fc6bb
https://github.com/llvm/llvm-project/commit/d8ca77e2b96e60f2e2b770bf8e0341e9153fc6bb
Author: Egor Zhdan <e_zhdan at apple.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M clang/lib/Sema/SemaSwift.cpp
M clang/test/SemaObjCXX/attr-swift_name-cxx.mm
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list