Skip to content

Commit 67b8a02

Browse files
committed
Add release note
1 parent 8e37e6f commit 67b8a02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,11 @@ Bug Fixes to C++ Support
513513
rather than prefer the non-templated constructor as specified in
514514
[standard.group]p3.
515515

516+
- Fix a bug where implicit deduction guides are not correctly generated for nested template
517+
classes. Fixes:
518+
(`#46200 <https://github.com/llvm/llvm-project/issues/46200>`_)
519+
(`#57812 <https://github.com/llvm/llvm-project/issues/57812>`_)
520+
516521
Bug Fixes to AST Handling
517522
^^^^^^^^^^^^^^^^^^^^^^^^^
518523
- Fixed an import failure of recursive friend class template.

0 commit comments

Comments
 (0)