Author: Aaron Ballman Date: 2022-02-22T12:50:39-05:00 New Revision: 16994a2cfaac6305f49a02afc1218e5c33199ea4
URL: https://github.com/llvm/llvm-project/commit/16994a2cfaac6305f49a02afc1218e5c33199ea4 DIFF: https://github.com/llvm/llvm-project/commit/16994a2cfaac6305f49a02afc1218e5c33199ea4.diff LOG: Fix the Sphinx build after f8cedc642d9b85720cb7175ef25ddde90a3fbca2 Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 7e92224901d4..68a867409c16 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 --------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits