Skip to content

[libc][docs] fix stdbit.h docs #80070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

nickdesaulniers
Copy link
Member

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

Fix rst comment, add checks for recently implemented functions+macro.
@llvmbot llvmbot added the libc label Jan 30, 2024
@llvmbot
Copy link
Member

llvmbot commented Jan 30, 2024

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Changes

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


Full diff: https://github.com/llvm/llvm-project/pull/80070.diff

1 Files Affected:

  • (modified) libc/docs/stdbit.rst (+8-7)
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

@nickdesaulniers nickdesaulniers merged commit 0e0d155 into llvm:main Jan 31, 2024
@nickdesaulniers nickdesaulniers deleted the docs branch January 31, 2024 23:50
carlosgalvezp pushed a commit to carlosgalvezp/llvm-project that referenced this pull request Feb 1, 2024
Fix rst comment, add checks for recently implemented functions+macro.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants