================ @@ -600,6 +603,15 @@ class FunctionInfo : public CommonEntityInfo { friend bool operator==(const FunctionInfo &, const FunctionInfo &); + FunctionInfo &operator|=(const FunctionInfo &RHS) { ---------------- fahadnayyar wrote:
We can remove `|=` operator for `FunctionInfo`. I just added it as other types had such operator. But it is probably not necessary for this patch! https://github.com/llvm/llvm-project/pull/118938 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits