[clang] 535a230 - Fix docs build after f8cedc642d9b85720cb7175ef25ddde90a3fbca2

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 22 07:35:54 PST 2022


Author: Timm Bäder
Date: 2022-02-22T16:35:35+01:00
New Revision: 535a23053bbb0945b7ed0925cbc7d6d7227487f7

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

LOG: Fix docs build after f8cedc642d9b85720cb7175ef25ddde90a3fbca2

Looks like rst doesn't like '#' in link texts. Just remove it.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 8de1e65a83dc..7e92224901d4 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<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
 ---------------


        


More information about the cfe-commits mailing list