File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
239240Bug 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
244244Miscellaneous Bug Fixes
245245^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments