[PATCH] D143208: Repair sphinx doc generation
Joshua Batista via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 12:28:52 PST 2023
bob80905 created this revision.
bob80905 added reviewers: beanz, python3kgae.
Herald added a project: All.
bob80905 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
mistake in the log commit neglected to place a space after the `` literal,
which messed up the build by incapacitating the sphinx generator.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143208
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -183,7 +183,7 @@
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
--------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143208.494402.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230202/40b6b7b7/attachment-0001.bin>
More information about the cfe-commits
mailing list