Fix invalid link format in Clang LanguageExtension
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 10 Sep 2020 12:27:32 +0000 (12:27 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 10 Sep 2020 12:27:50 +0000 (12:27 +0000)
clang/docs/LanguageExtensions.rst

index c89f924..60b3f21 100644 (file)
@@ -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.