[clang] [APINotes] Add SWIFT_RETURNS_(UN)RETAINED support to APINotes (PR #118938)
Egor Zhdan via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 6 06:28:01 PST 2024
================
@@ -600,6 +603,13 @@ class FunctionInfo : public CommonEntityInfo {
friend bool operator==(const FunctionInfo &, const FunctionInfo &);
+ FunctionInfo &operator|=(const FunctionInfo &RHS) {
----------------
egorzhdan wrote:
This function needs to invoke the overload from its superclass as well, similarly to the existing `ObjCPropertyInfo::operator|=`
https://github.com/llvm/llvm-project/pull/118938
More information about the cfe-commits
mailing list