From: Timm Bäder Date: Tue, 22 Feb 2022 15:34:12 +0000 (+0100) Subject: Fix docs build after f8cedc642d9b85720cb7175ef25ddde90a3fbca2 X-Git-Tag: upstream/15.0.7~15683 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=535a23053bbb0945b7ed0925cbc7d6d7227487f7;p=platform%2Fupstream%2Fllvm.git Fix docs build after f8cedc642d9b85720cb7175ef25ddde90a3fbca2 Looks like rst doesn't like '#' in link texts. Just remove it. --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 8de1e65..7e92224 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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`_. + This fixes `Issue 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`_. + This fixes `Issue 53805`_. Windows Support ---------------