[clang] [clang/AST] Make it possible to use SwiftAttr in type context (PR #108631)
Pavel Yaskevich via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 26 10:06:30 PDT 2024
xedin wrote:
> That being said, one question is whether we actually need type attributes to be propagated in this case for Swift's interop.
I don't think we do, we need swift_attr to help us augment Objective-C APIs to make existing frameworks pray well with Swift concurrency. I think C++ Interoperability only uses them in limited set of cases which don't involve templates.
https://github.com/llvm/llvm-project/pull/108631
More information about the cfe-commits
mailing list