Skip to content

Commit bf06f14

Browse files
committed
Fix a few messed up links in the ReleaseNotes
1 parent ea8ab49 commit bf06f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Bug Fixes in This Version
215215
- Support MSVC predefined macro expressions in constant expressions and in
216216
local structs.
217217
- Correctly parse non-ascii identifiers that appear immediately after a line splicing
218-
(`#65156 <https://github.com/llvm/llvm-project/issues/65156>`_`)
218+
(`#65156 <https://github.com/llvm/llvm-project/issues/65156>`_)
219219
- Clang no longer considers the loss of ``__unaligned`` qualifier from objects as
220220
an invalid conversion during method function overload resolution.
221221

@@ -272,8 +272,8 @@ Bug Fixes to C++ Support
272272

273273
- Fix crash when the trailing return type of a generic and dependent
274274
lambda refers to an init-capture.
275-
(`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_` and
276-
`#63675 <https://github.com/llvm/llvm-project/issues/63675>`_`)
275+
(`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_ and
276+
`#63675 <https://github.com/llvm/llvm-project/issues/63675>`_)
277277

278278
Bug Fixes to AST Handling
279279
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)