llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

🍒 [APINotes] Add SWIFT_RETURNS_(UN)RETAINED support to APINotes

Open fahadnayyar opened this issue 1 year ago • 2 comments

Adding support to APINotes to annotate C++ methods and functions with swift_attr("returns_retained") and swift_attr("returns_unretained") rdar://141007510

(cherry picked from commit https://github.com/llvm/llvm-project/commit/781bb2a49fed8fa38059cfd23563b02c82f83eb0)

fahadnayyar avatar Dec 11 '24 01:12 fahadnayyar

@swift-ci please test

fahadnayyar avatar Dec 11 '24 01:12 fahadnayyar

This is a cherry-pick of https://github.com/llvm/llvm-project/pull/118938

egorzhdan avatar Dec 11 '24 17:12 egorzhdan