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 --------------------
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 --------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits