[libc-commits] [libc] 0e0d155 - [libc][docs] fix stdbit.h docs (#80070)

via libc-commits libc-commits at lists.llvm.org
Wed Jan 31 15:50:22 PST 2024


Author: Nick Desaulniers
Date: 2024-01-31T15:50:18-08:00
New Revision: 0e0d155f87b199c137fe7bd506fb443c242f785e

URL: https://github.com/llvm/llvm-project/commit/0e0d155f87b199c137fe7bd506fb443c242f785e
DIFF: https://github.com/llvm/llvm-project/commit/0e0d155f87b199c137fe7bd506fb443c242f785e.diff

LOG: [libc][docs] fix stdbit.h docs (#80070)

Fix rst comment, add checks for recently implemented functions+macro.

Added: 
    

Modified: 
    libc/docs/stdbit.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/stdbit.rst b/libc/docs/stdbit.rst
index c37f809601988..ea08b9f4e6c41 100644
--- a/libc/docs/stdbit.rst
+++ b/libc/docs/stdbit.rst
@@ -25,16 +25,17 @@ Implementation Status
 Functions
 =========
 
-; Do not order these, they are as they appear in the standard.
+..
+  Do not order these, they are as they appear in the standard.
 
 ============================ =========
 Function Name                Available
 ============================ =========
-stdc_leading_zeros_uc
-stdc_leading_zeros_us
-stdc_leading_zeros_ui
-stdc_leading_zeros_ul
-stdc_leading_zeros_ull
+stdc_leading_zeros_uc        |check|
+stdc_leading_zeros_us        |check|
+stdc_leading_zeros_ui        |check|
+stdc_leading_zeros_ul        |check|
+stdc_leading_zeros_ull       |check|
 stdc_leading_ones_uc
 stdc_leading_ones_us
 stdc_leading_ones_ui
@@ -113,7 +114,7 @@ __STDC_VERSION_STDBIT_H__
 __STDC_ENDIAN_LITTLE__
 __STDC_ENDIAN_BIG__
 __STDC_ENDIAN_NATIVE__
-stdc_leading_zeros
+stdc_leading_zeros         |check|
 stdc_leading_ones
 stdc_trailing_zeros
 stdc_trailing_ones


        


More information about the libc-commits mailing list