diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 3af8f49774eb3a..ead3f0b5d8143e 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -392,8 +392,8 @@ Bug Fixes in This Version - Fix crash when attempting to perform parenthesized initialization of an aggregate with a base class with only non-public constructors. (`#62296 `_) -- Fix crash when redefine variant with invalid type as another invalid type. - (`#62447 `_) +- - Fix crash when redefining a variable with an invalid type again with an + invalid type. (`#62447 `_) - Fix a stack overflow issue when evaluating ``consteval`` default arguments. (`#60082` `_) - Fix the assertion hit when generating code for global variable initializer of