Author: Joshua Batista Date: 2023-02-02T12:33:53-08:00 New Revision: a11a6752c15b76f165bcb9c733c6c7dce9bcec6b
URL: https://github.com/llvm/llvm-project/commit/a11a6752c15b76f165bcb9c733c6c7dce9bcec6b DIFF: https://github.com/llvm/llvm-project/commit/a11a6752c15b76f165bcb9c733c6c7dce9bcec6b.diff LOG: Repair sphinx doc generation mistake in the log commit neglected to place a space after the `` literal, which messed up the build by incapacitating the sphinx generator. Reviewed By: beanz Differential Revision: https://reviews.llvm.org/D143208 Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 3f1f492c3ccd..c7b084ef8e29 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -186,7 +186,7 @@ Arm and AArch64 Support in Clang Floating Point Support in Clang ------------------------------- -- Add ``__builtin_elementwise_log``builtin for floating point types only. +- Add ``__builtin_elementwise_log`` builtin for floating point types only. Internal API Changes -------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits