[clang] 112fa9a - [Doc] Fix table layout

Serge Pavlov via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 18 09:47:37 PDT 2023


Author: Serge Pavlov
Date: 2023-06-18T23:46:08+07:00
New Revision: 112fa9aa7042861ba101828d87e8d6b629121eae

URL: https://github.com/llvm/llvm-project/commit/112fa9aa7042861ba101828d87e8d6b629121eae
DIFF: https://github.com/llvm/llvm-project/commit/112fa9aa7042861ba101828d87e8d6b629121eae.diff

LOG: [Doc] Fix table layout

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 4bcb05d202234..9944cb28f0487 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -3535,6 +3535,7 @@ Mask value Data class          Macro
 0x0080     Positive subnormal  __FPCLASS_POSSUBNORMAL
 0x0100     Positive normal     __FPCLASS_POSNORMAL
 0x0200     Positive infinity   __FPCLASS_POSINF
+========== =================== ======================
 
 For convenience preprocessor defines macros for these values. The function
 returns 1 if ``expr`` falls into one of the specified data classes, 0 otherwise.


        


More information about the cfe-commits mailing list