[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:05:48 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.
----------------
courbet wrote:
> why capitalize ?
I somewhat missed this comment, I'll fix this as a separate commit.


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