[clang] bf06f14 - Fix a few messed up links in the ReleaseNotes

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 15:32:22 PDT 2023


Author: erichkeane
Date: 2023-09-11T15:32:16-07:00
New Revision: bf06f149f646cf1a86b35fecb6d662309a3f6592

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

LOG: Fix a few messed up links in the ReleaseNotes

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index cc8b2c3808933cb..fc0972c20476d09 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -215,7 +215,7 @@ Bug Fixes in This Version
 - Support MSVC predefined macro expressions in constant expressions and in
   local structs.
 - Correctly parse non-ascii identifiers that appear immediately after a line splicing
-  (`#65156 <https://github.com/llvm/llvm-project/issues/65156>`_`)
+  (`#65156 <https://github.com/llvm/llvm-project/issues/65156>`_)
 - Clang no longer considers the loss of ``__unaligned`` qualifier from objects as
   an invalid conversion during method function overload resolution.
 
@@ -272,8 +272,8 @@ Bug Fixes to C++ Support
 
 - Fix crash when the trailing return type of a generic and dependent
   lambda refers to an init-capture.
-  (`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_` and
-  `#63675 <https://github.com/llvm/llvm-project/issues/63675>`_`)
+  (`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_ and
+  `#63675 <https://github.com/llvm/llvm-project/issues/63675>`_)
 
 Bug Fixes to AST Handling
 ^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list