summaryrefslogtreecommitdiff
path: root/clang/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r--clang/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c255f037c9ec..105cfd9d7411 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -821,6 +821,10 @@ Bug Fixes to C++ Support
- Do not hide templated base members introduced via using-decl in derived class
(useful specially for constrained members). (`#50886 <https://github.com/llvm/llvm-project/issues/50886>`_)
+- Fix default member initializers sometimes being ignored when performing
+ parenthesized aggregate initialization of templated types.
+ (`#62266 <https://github.com/llvm/llvm-project/issues/62266>`_)
+
Concepts Specific Fixes:
- Class member variables are now in scope when parsing a ``requires`` clause.