[clang] [APINotes] Add SWIFT_RETURNS_(UN)RETAINED support (PR #118938)
Egor Zhdan via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 6 11:07:40 PST 2024
================
@@ -600,6 +603,15 @@ class FunctionInfo : public CommonEntityInfo {
friend bool operator==(const FunctionInfo &, const FunctionInfo &);
+ FunctionInfo &operator|=(const FunctionInfo &RHS) {
----------------
egorzhdan wrote:
Are we using this function somewhere? I can't seem to find the usage.
https://github.com/llvm/llvm-project/pull/118938
More information about the cfe-commits
mailing list