Author: Guillaume Chatelet Date: 2020-09-10T12:27:50Z New Revision: 05d02e5a4e54a04f050b52ee30d1860073bd8b34
URL: https://github.com/llvm/llvm-project/commit/05d02e5a4e54a04f050b52ee30d1860073bd8b34 DIFF: https://github.com/llvm/llvm-project/commit/05d02e5a4e54a04f050b52ee30d1860073bd8b34.diff LOG: Fix invalid link format in Clang LanguageExtension Added: Modified: clang/docs/LanguageExtensions.rst Removed: ################################################################################ diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index c89f924c58ba..60b3f21b3e50 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -2416,9 +2416,9 @@ Memory builtins ``__builtin_memcpy_inline(dst, src, size)`` is identical to ``__builtin_memcpy(dst, src, size)`` except that the generated code is -guaranteed not to call any external functions. See [LLVM IR ‘llvm.memcpy.inline’ -Intrinsic](https://llvm.org/docs/LangRef.html#llvm-memcpy-inline-intrinsic) for -more information. +guaranteed 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. Note that the `size` argument must be a compile time constant. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits