================
@@ -18321,6 +18321,28 @@ bool Sema::CheckOverridingFunctionAttributes(const 
CXXMethodDecl *New,
     return true;
   }
 
+  // Virtual overrides: check for matching effects.
----------------
Sirraide wrote:

Just a remark: Despite what I said wrt function declaration merging, I agree 
that it makes sense to check this and warn if overriding changes the effects of 
a function.

https://github.com/llvm/llvm-project/pull/84983
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to