[clang] a11a675 - Repair sphinx doc generation

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 12:34:44 PST 2023


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
 --------------------


        


More information about the cfe-commits mailing list