Skip to content

Commit 151c348

Browse files
committed
add release note
1 parent 5e9744a commit 151c348

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ Bug Fixes to C++ Support
338338
- Fix the parsing of variadic member functions when the ellipis immediately follows a default argument.(#GH153445)
339339
- Fixed a bug that caused ``this`` captured by value in a lambda with a dependent explicit object parameter to not be
340340
instantiated properly. (#GH154054)
341+
- Fixed a crash when implicit conversions from initialize list to arrays of
342+
unknown bound during constant evaluation. (#GH151716)
341343

342344
Bug Fixes to AST Handling
343345
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)