[clang] f79bbef - [clang][NFC] Fix a few malformed links

via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 27 08:33:06 PDT 2023


Author: dingfei
Date: 2023-08-27T23:32:57+08:00
New Revision: f79bbefa82f26b3b12e8c7cb0c03721f379c104e

URL: https://github.com/llvm/llvm-project/commit/f79bbefa82f26b3b12e8c7cb0c03721f379c104e
DIFF: https://github.com/llvm/llvm-project/commit/f79bbefa82f26b3b12e8c7cb0c03721f379c104e.diff

LOG: [clang][NFC] Fix a few malformed links

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 1ed144cea09786..6dc3c1c5fbcef8 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -149,7 +149,7 @@ Improvements to Clang's diagnostics
   (`#56035: <https://github.com/llvm/llvm-project/issues/56035>`_).
 - Clang constexpr evaluator now diagnoses compound assignment operators against
   uninitialized variables as a read of uninitialized object.
-  (`#51536 <https://github.com/llvm/llvm-project/issues/51536>_`)
+  (`#51536 <https://github.com/llvm/llvm-project/issues/51536>`_)
 - Clang's ``-Wfortify-source`` now diagnoses ``snprintf`` call that is known to
   result in string truncation.
   (`#64871: <https://github.com/llvm/llvm-project/issues/64871>`_).
@@ -163,10 +163,10 @@ Bug Fixes in This Version
   module may end up with members associated with the wrong declaration of the
   class, which can result in miscompiles in some cases.
 - Fix crash on use of a variadic overloaded operator.
-  (`#42535 <https://github.com/llvm/llvm-project/issues/42535>_`)
+  (`#42535 <https://github.com/llvm/llvm-project/issues/42535>`_)
 - Fix a hang on valid C code passing a function type as an argument to
   ``typeof`` to form a function declaration.
-  (`#64713 <https://github.com/llvm/llvm-project/issues/64713>_`)
+  (`#64713 <https://github.com/llvm/llvm-project/issues/64713>`_)
 - Clang now reports missing-field-initializers warning for missing designated
   initializers in C++.
   (`#56628 <https://github.com/llvm/llvm-project/issues/56628>`_)
@@ -222,7 +222,7 @@ Bug Fixes to C++ Support
 - Expressions producing ``nullptr`` are correctly evaluated
   by the constant interpreter when appearing as the operand
   of a binary comparison.
-  (`#64923 <https://github.com/llvm/llvm-project/issues/64923>_``)
+  (`#64923 <https://github.com/llvm/llvm-project/issues/64923>`_)
 
 - Fix a crash when an immediate invocation is not a constant expression
   and appear in an implicit cast.


        


More information about the cfe-commits mailing list