[PATCH] D73543: [clang] Add support for __builtin_memcpy_inline
Guillaume Chatelet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 7 14:43:44 PST 2020
gchatelet added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:2229
+* ``memcpy``
* ``memchr``
----------------
efriedma wrote:
> Not sure putting "memcpy" in this list makes sense. We did add support for constant-evaluating memcpy, but it was separately from the others, so the description of the feature detection is wrong.
Actually this is unrelated to this patch. The documentation is missing `memcpy` as a string builtin. It should go in a separate patch though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73543/new/
https://reviews.llvm.org/D73543
More information about the cfe-commits
mailing list