================
@@ -983,6 +983,7 @@ Bug Fixes to C++ Support
   non-empty initializer list. (#GH147949)
 - Fixed constant evaluation of equality comparisons of constexpr-unknown 
references. (#GH147663)
 - Diagnose binding a reference to ``*nullptr`` during constant evaluation. 
(#GH48665)
+- Suppress -Wdeprecated-declarations in implicitly generated special-member 
functions for deprecated data-members; only explicit uses still warn. 
(#GH147293)
----------------
cor3ntin wrote:

```suggestion
- Suppress -Wdeprecated-declarations in implicitly generated functions. 
(#GH147293)
```

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

Reply via email to