Skip to content

Commit 6e175c3

Browse files
committed
Add release notes
1 parent 73ed00f commit 6e175c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@ Bug Fixes to C++ Support
10651065
- Fixed an incorrect pointer access when checking access-control on concepts. (#GH131530)
10661066
- Fixed various alias CTAD bugs involving variadic template arguments. (#GH123591), (#GH127539), (#GH129077),
10671067
(#GH129620), and (#GH129998).
1068+
- Fixed the false compilation error "redefinition of default argument" for friend functions with default parameters. (#GH130917)
10681069

10691070
Bug Fixes to AST Handling
10701071
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)