================
@@ -799,6 +799,11 @@ Bug Fixes to C++ Support
   completes (except deduction guides). Fixes:
   (`#59827 <https://github.com/llvm/llvm-project/issues/59827>`_)
 
+- Clang now reports error when overriden method's non-class return type drops
+  qualifiers, or qualifiers of class return type are not subset of super 
method's.
+  Fixes:
----------------
AaronBallman wrote:

```suggestion
- Clang now reports error when an overriden method's non-class return type drops
  qualifiers, or qualifiers of the class return type are not a subset of the 
overridden method's.
  Fixes:
```

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

Reply via email to