Skip to content

Commit 8d6b58e

Browse files
authored
Add release note
1 parent 88f702e commit 8d6b58e

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
@@ -1009,6 +1009,8 @@ Bug Fixes to C++ Support
10091009
- Fix type of expression when calling a template which returns an ``__array_rank`` querying a type depending on a
10101010
template parameter. Now, such expression can be used with ``static_assert`` and ``constexpr``. (#GH123498)
10111011
- Correctly determine the implicit constexprness of lambdas in dependent contexts. (#GH97958) (#GH114234)
1012+
- The initialization kind of elements of structured bindings
1013+
direct-list-initialized from an array is corrected to direct-initialization.
10121014

10131015
Bug Fixes to AST Handling
10141016
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)