[llvm-branch-commits] [clang] 4446fa3 - [docs] Fix bullet list formatting

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 20 00:34:33 PST 2023


Author: KAWASHIMA Takahiro
Date: 2023-02-20T09:32:53+01:00
New Revision: 4446fa3c324266d833f3dd74e42844db221272c3

URL: https://github.com/llvm/llvm-project/commit/4446fa3c324266d833f3dd74e42844db221272c3
DIFF: https://github.com/llvm/llvm-project/commit/4446fa3c324266d833f3dd74e42844db221272c3.diff

LOG: [docs] Fix bullet list formatting

reST requires an empty line before a bullet list.

(cherry picked from commit 6240627cfda444550975ccaea20a3b6d68c9ad15)

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 75fcd418e7ea..1164efa63872 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -794,6 +794,7 @@ emulation.
 ``_Float16`` will be supported on more targets as they define ABIs for it.
 
 ``__bf16`` is purely a storage format; it is currently only supported on the following targets:
+
 * 32-bit ARM
 * 64-bit ARM (AArch64)
 * X86 (see below)


        


More information about the llvm-branch-commits mailing list