Fix docs build after f8cedc642d9b85720cb7175ef25ddde90a3fbca2
authorTimm Bäder <tbaeder@redhat.com>
Tue, 22 Feb 2022 15:34:12 +0000 (16:34 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Tue, 22 Feb 2022 15:35:35 +0000 (16:35 +0100)
Looks like rst doesn't like '#' in link texts. Just remove it.

clang/docs/ReleaseNotes.rst

index 8de1e65..7e92224 100644 (file)
@@ -60,7 +60,7 @@ Bug Fixes
   wrapping a ``nullptr`` when the ``CXXNewExpr`` did not have an array
   size expression. This was fixed and ``::getArraySize()`` will now always
   either return ``None`` or a ``llvm::Optional`` wrapping a valid ``Expr*``.
-  This fixes `Issue #53742<https://github.com/llvm/llvm-project/issues/53742>`_.
+  This fixes `Issue 53742<https://github.com/llvm/llvm-project/issues/53742>`_.
 
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -92,7 +92,7 @@ Attribute Changes in Clang
 
 - The ``overloadable`` attribute can now be written in all of the syntactic
   locations a declaration attribute may appear.
-  This fixes `Issue #53805<https://github.com/llvm/llvm-project/issues/53805>`_.
+  This fixes `Issue 53805<https://github.com/llvm/llvm-project/issues/53805>`_.
 
 Windows Support
 ---------------