diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 7e92224901d41a..68a867409c1607 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 ---------------