Skip to content

Commit c0dc8f7

Browse files
committed
[Clang][Doc] Fix inconsistent links in release notes
1 parent fad852e commit c0dc8f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ C++ Language Changes
7979
C++20 Feature Support
8080
^^^^^^^^^^^^^^^^^^^^^
8181
- Support for out-of-line definitions of constrained templates has been improved.
82-
This partially fixes `https://github.com/llvm/llvm-project/issues/49620`.
82+
This partially fixes `#49620 <https://github.com/llvm/llvm-project/issues/49620>`_.
8383

8484
C++2b Feature Support
8585
^^^^^^^^^^^^^^^^^^^^^
@@ -95,8 +95,7 @@ Resolutions to C++ Defect Reports
9595
C Language Changes
9696
------------------
9797
- Support for outputs from asm goto statements along indirect edges has been
98-
added. This fixes
99-
`Issue 53562 <https://github.com/llvm/llvm-project/issues/53562>`_.
98+
added. (`#53562 <https://github.com/llvm/llvm-project/issues/53562>`_)
10099

101100
C2x Feature Support
102101
^^^^^^^^^^^^^^^^^^^
@@ -153,7 +152,7 @@ Improvements to Clang's diagnostics
153152
-----------------------------------
154153
- We now generate a diagnostic for signed integer overflow due to unary minus
155154
in a non-constant expression context.
156-
(`#31643 <https://github.com/llvm/llvm-project/issues/31643>`)
155+
(`#31643 <https://github.com/llvm/llvm-project/issues/31643>`_)
157156
- Clang now warns by default for C++20 and later about deprecated capture of
158157
``this`` with a capture default of ``=``. This warning can be disabled with
159158
``-Wno-deprecated-this-capture``.
@@ -310,7 +309,7 @@ Static Analyzer
310309
---------------
311310
- Fix incorrect alignment attribute on the this parameter of certain
312311
non-complete destructors when using the Microsoft ABI.
313-
`Issue 60465 <https://github.com/llvm/llvm-project/issues/60465>`_.
312+
(`#60465 <https://github.com/llvm/llvm-project/issues/60465>`_)
314313

315314
.. _release-notes-sanitizers:
316315

0 commit comments

Comments
 (0)