@@ -79,7 +79,7 @@ C++ Language Changes
79
79
C++20 Feature Support
80
80
^^^^^^^^^^^^^^^^^^^^^
81
81
- 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 >`_ .
83
83
84
84
C++2b Feature Support
85
85
^^^^^^^^^^^^^^^^^^^^^
@@ -95,8 +95,7 @@ Resolutions to C++ Defect Reports
95
95
C Language Changes
96
96
------------------
97
97
- 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 >`_)
100
99
101
100
C2x Feature Support
102
101
^^^^^^^^^^^^^^^^^^^
@@ -153,7 +152,7 @@ Improvements to Clang's diagnostics
153
152
-----------------------------------
154
153
- We now generate a diagnostic for signed integer overflow due to unary minus
155
154
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 >`_ )
157
156
- Clang now warns by default for C++20 and later about deprecated capture of
158
157
``this `` with a capture default of ``= ``. This warning can be disabled with
159
158
``-Wno-deprecated-this-capture ``.
@@ -310,7 +309,7 @@ Static Analyzer
310
309
---------------
311
310
- Fix incorrect alignment attribute on the this parameter of certain
312
311
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 >`_)
314
313
315
314
.. _release-notes-sanitizers :
316
315
0 commit comments