Skip to content

Commit 1397ae4

Browse files
committed
move release notes to Bug Fixes to C++ Support section
1 parent c95decb commit 1397ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ Bug Fixes to C++ Support
235235
- The initialization kind of elements of structured bindings
236236
direct-list-initialized from an array is corrected to direct-initialization.
237237
- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)
238+
- Clang now correctly parses ``if constexpr`` expressions in immediate function context. (#GH123524)
238239

239240
Bug Fixes to AST Handling
240241
^^^^^^^^^^^^^^^^^^^^^^^^^
241242
- Fixed type checking when a statement expression ends in an l-value of atomic type. (#GH106576)
242-
- Clang now correctly parses ``if constexpr`` expressions in immediate function context. (#GH123524)
243243

244244
Miscellaneous Bug Fixes
245245
^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)