[clang] 781dc34 - [clang][docs] Fix typo in code-block declaration
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 11 01:29:11 PDT 2022
Author: Simon Pilgrim
Date: 2022-06-11T09:28:38+01:00
New Revision: 781dc344f5e13b163818fa851f278233d53724c3
URL: https://github.com/llvm/llvm-project/commit/781dc344f5e13b163818fa851f278233d53724c3
DIFF: https://github.com/llvm/llvm-project/commit/781dc344f5e13b163818fa851f278233d53724c3.diff
LOG: [clang][docs] Fix typo in code-block declaration
Added:
Modified:
clang/docs/LanguageExtensions.rst
Removed:
################################################################################
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 3e4108bdbe50b..a69b798f31ee4 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -3221,7 +3221,7 @@ Note that this intrinsic cannot yet be called in a ``constexpr`` context.
Guaranteed inlined memset
^^^^^^^^^^^^^^^^^^^^^^^^^
-. code-block:: c
+.. code-block:: c
void __builtin_memset_inline(void *dst, int value, size_t size);
More information about the cfe-commits
mailing list