[clang] e8cc0d3 - [NFC] improment release note word for #62447

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Sat May 20 14:29:33 PDT 2023


Author: Congcong Cai
Date: 2023-05-20T23:29:20+02:00
New Revision: e8cc0d310c4060b605dc293bff5d2bca95ff528b

URL: https://github.com/llvm/llvm-project/commit/e8cc0d310c4060b605dc293bff5d2bca95ff528b
DIFF: https://github.com/llvm/llvm-project/commit/e8cc0d310c4060b605dc293bff5d2bca95ff528b.diff

LOG: [NFC] improment release note word for #62447

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3af8f49774eb..ead3f0b5d814 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 <https://github.com/llvm/llvm-project/issues/62296>`_)
-- Fix crash when redefine variant with invalid type as another invalid type.
-  (`#62447 <https://github.com/llvm/llvm-project/issues/62447>`_)
+- - Fix crash when redefining a variable with an invalid type again with an
+  invalid type. (`#62447 <https://github.com/llvm/llvm-project/issues/62447>`_)
 - Fix a stack overflow issue when evaluating ``consteval`` default arguments.
   (`#60082` <https://github.com/llvm/llvm-project/issues/60082>`_)
 - Fix the assertion hit when generating code for global variable initializer of


        


More information about the cfe-commits mailing list