[clang] 8b1727f - [NFC] remove duplicated dash in release note for #62447

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Sun May 21 02:26:40 PDT 2023


Author: Congcong Cai
Date: 2023-05-21T11:26:16+02:00
New Revision: 8b1727f8d9104df5ced4bdfdc065dea85ff84baf

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

LOG: [NFC] remove duplicated dash in release note for #62447

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ead3f0b5d8143..911bd9eb6435d 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 <https://github.com/llvm/llvm-project/issues/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 <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>`_)


        


More information about the cfe-commits mailing list