================
@@ -149,9 +149,10 @@ Improvements to Clang's diagnostics
   prints.
 
 - Clang now diagnoses member template declarations with multiple declarators.
+- Clang now diagnoses use of the ``template`` keyword after declarative nested 
name specifiers.
 
-- Clang now diagnoses use of the ``template`` keyword after declarative nested
-  name specifiers.
+- Clang now diagnoses constexpr constructor for not initializing atleast one 
member of union
+- Fixes(`#46689 Constexpr constructor not initializing a union member is not 
diagnosed`)
----------------
Fznamznon wrote:

A NIT to render correctly in the doc and align with the style of the doc.
```suggestion
- Clang now diagnoses constexpr constructor for not initializing at least one 
member of union.  Fixes  `#46689 
<https://github.com/llvm/llvm-project/issues/46689>`_.
```

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

Reply via email to