Skip to content

Commit f79bbef

Browse files
committed
[clang][NFC] Fix a few malformed links
1 parent de3f7e2 commit f79bbef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Improvements to Clang's diagnostics
149149
(`#56035: <https://github.com/llvm/llvm-project/issues/56035>`_).
150150
- Clang constexpr evaluator now diagnoses compound assignment operators against
151151
uninitialized variables as a read of uninitialized object.
152-
(`#51536 <https://github.com/llvm/llvm-project/issues/51536>_`)
152+
(`#51536 <https://github.com/llvm/llvm-project/issues/51536>`_)
153153
- Clang's ``-Wfortify-source`` now diagnoses ``snprintf`` call that is known to
154154
result in string truncation.
155155
(`#64871: <https://github.com/llvm/llvm-project/issues/64871>`_).
@@ -163,10 +163,10 @@ Bug Fixes in This Version
163163
module may end up with members associated with the wrong declaration of the
164164
class, which can result in miscompiles in some cases.
165165
- Fix crash on use of a variadic overloaded operator.
166-
(`#42535 <https://github.com/llvm/llvm-project/issues/42535>_`)
166+
(`#42535 <https://github.com/llvm/llvm-project/issues/42535>`_)
167167
- Fix a hang on valid C code passing a function type as an argument to
168168
``typeof`` to form a function declaration.
169-
(`#64713 <https://github.com/llvm/llvm-project/issues/64713>_`)
169+
(`#64713 <https://github.com/llvm/llvm-project/issues/64713>`_)
170170
- Clang now reports missing-field-initializers warning for missing designated
171171
initializers in C++.
172172
(`#56628 <https://github.com/llvm/llvm-project/issues/56628>`_)
@@ -222,7 +222,7 @@ Bug Fixes to C++ Support
222222
- Expressions producing ``nullptr`` are correctly evaluated
223223
by the constant interpreter when appearing as the operand
224224
of a binary comparison.
225-
(`#64923 <https://github.com/llvm/llvm-project/issues/64923>_``)
225+
(`#64923 <https://github.com/llvm/llvm-project/issues/64923>`_)
226226

227227
- Fix a crash when an immediate invocation is not a constant expression
228228
and appear in an implicit cast.

0 commit comments

Comments
 (0)