[PATCH] D87458: [Clang] Clarify __builtin_memcpy_inline documentation
Guillaume Chatelet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 01:08:42 PDT 2020
gchatelet marked an inline comment as done.
gchatelet added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:2439
+guarantees not to call any external functions. See LLVM IR `llvm.memcpy.inline
+<https://llvm.org/docs/LangRef.html#llvm-memcpy-inline-intrinsic>`_ Intrinsic
+for more information.
----------------
gchatelet wrote:
> courbet wrote:
> > why capitalize ?
> I somewhat missed this comment, I'll fix this as a separate commit.
Done in rGb8ea47a
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87458/new/
https://reviews.llvm.org/D87458
More information about the cfe-commits
mailing list