diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ead3f0b5d8143e..911bd9eb6435d4 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -392,7 +392,7 @@ 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 redefining a variable with an invalid type again with an +- 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` `_)