Author: KAWASHIMA Takahiro
Date: 2023-02-14T19:14:03+09:00
New Revision: 6240627cfda444550975ccaea20a3b6d68c9ad15

URL: 
https://github.com/llvm/llvm-project/commit/6240627cfda444550975ccaea20a3b6d68c9ad15
DIFF: 
https://github.com/llvm/llvm-project/commit/6240627cfda444550975ccaea20a3b6d68c9ad15.diff

LOG: [docs] Fix bullet list formatting

reST requires an empty line before a bullet list.

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst 
b/clang/docs/LanguageExtensions.rst
index 20c8bb5de044..99f8cd59abec 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -797,6 +797,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)


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to