@@ -149,7 +149,7 @@ Improvements to Clang's diagnostics
149
149
(`#56035: <https://github.com/llvm/llvm-project/issues/56035 >`_).
150
150
- Clang constexpr evaluator now diagnoses compound assignment operators against
151
151
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 >`_ )
153
153
- Clang's ``-Wfortify-source `` now diagnoses ``snprintf `` call that is known to
154
154
result in string truncation.
155
155
(`#64871: <https://github.com/llvm/llvm-project/issues/64871 >`_).
@@ -163,10 +163,10 @@ Bug Fixes in This Version
163
163
module may end up with members associated with the wrong declaration of the
164
164
class, which can result in miscompiles in some cases.
165
165
- 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 >`_ )
167
167
- Fix a hang on valid C code passing a function type as an argument to
168
168
``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 >`_ )
170
170
- Clang now reports missing-field-initializers warning for missing designated
171
171
initializers in C++.
172
172
(`#56628 <https://github.com/llvm/llvm-project/issues/56628 >`_)
@@ -222,7 +222,7 @@ Bug Fixes to C++ Support
222
222
- Expressions producing ``nullptr `` are correctly evaluated
223
223
by the constant interpreter when appearing as the operand
224
224
of a binary comparison.
225
- (`#64923 <https://github.com/llvm/llvm-project/issues/64923>_`` )
225
+ (`#64923 <https://github.com/llvm/llvm-project/issues/64923 >`_ )
226
226
227
227
- Fix a crash when an immediate invocation is not a constant expression
228
228
and appear in an implicit cast.
0 commit comments