[clang] [Clang][Sema] Diagnosis for constexpr constructor not initializing a union member (PR #81225)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 9 01:43:18 PST 2024
================
@@ -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.
----------------
Fznamznon wrote:
I don't think this release note is about this patch, isn't it?
```suggestion
```
https://github.com/llvm/llvm-project/pull/81225
More information about the cfe-commits
mailing list