Skip to content

Commit

Permalink
Fix the Sphinx build after f8cedc6
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed Feb 22, 2022
1 parent b47e2dc commit 16994a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/docs/ReleaseNotes.rst
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -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
---------------
Expand Down

0 comments on commit 16994a2

Please sign in to comment.