From 8b1727f8d9104df5ced4bdfdc065dea85ff84baf Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sun, 21 May 2023 11:26:16 +0200 Subject: [PATCH] [NFC] remove duplicated dash in release note for #62447 --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ead3f0b..911bd9e 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` `_) -- 2.7.4