Skip to content

[libc][obvious] fix wchar yaml formatting #142506

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
Jun 3, 2025

Conversation

michaelrj-google
Copy link
Contributor

The yaml ended up with a typo, possibly due to merge issues. This patch
fixes it.

The yaml ended up with a typo, possibly due to merge issues. This patch
fixes it.
@llvmbot llvmbot added the libc label Jun 3, 2025
@michaelrj-google michaelrj-google merged commit cc68367 into llvm:main Jun 3, 2025
12 of 16 checks passed
@llvmbot
Copy link
Member

llvmbot commented Jun 3, 2025

@llvm/pr-subscribers-libc

Author: Michael Jones (michaelrj-google)

Changes

The yaml ended up with a typo, possibly due to merge issues. This patch
fixes it.


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

1 Files Affected:

  • (modified) libc/include/wchar.yaml (+10-10)
diff --git a/libc/include/wchar.yaml b/libc/include/wchar.yaml
index 29a989fddb592..2b74721abda97 100644
--- a/libc/include/wchar.yaml
+++ b/libc/include/wchar.yaml
@@ -39,11 +39,11 @@ functions:
     standards:
       - stdc
     return_type: const wchar_t *
-    arguments: 
+    arguments:
       - type: const wchar_t *
       - type: wchar_t
   - name: wcsncmp
-  standards:
+    standards:
       - stdc
     return_type: int
     arguments:
@@ -75,22 +75,22 @@ functions:
     standards:
       - stdc
     return_type: size_t
-    arguments: 
+    arguments:
       - type: const wchar_t *
       - type: const wchar_t *
   - name: wmemcmp
     standards:
       - stdc
     return_type: int
-    arguments: 
+    arguments:
       - type: const wchar_t *
       - type: const wchar_t *
       - type: size_t
   - name: wmempcpy
     standards:
       - gnu
-    return_type: wchar_t * 
-    arguments: 
+    return_type: wchar_t *
+    arguments:
       - type: wchar_t *
       - type: const wchar_t *
       - type: size_t
@@ -98,7 +98,7 @@ functions:
     standards:
       - stdc
     return_type: wchar_t *
-    arguments: 
+    arguments:
       - type: __restrict wchar_t *
       - type: const __restrict wchar_t *
       - type: size_t
@@ -106,14 +106,14 @@ functions:
     standards:
       - stdc
     return_type: const wchar_t *
-    arguments: 
+    arguments:
       - type: const wchar_t *
       - type: const wchar_t *
   - name: wcsncat
     standards:
       - stdc
     return_type: wchar_t *
-    arguments: 
+    arguments:
       - type: __restrict wchar_t *
       - type: const __restrict wchar_t *
       - type: size_t
@@ -121,6 +121,6 @@ functions:
     standards:
       - stdc
     return_type: wchar_t *
-    arguments: 
+    arguments:
       - type: __restrict wchar_t *
       - type: const __restrict wchar_t *

@michaelrj-google michaelrj-google deleted the libcWcharYamlFix branch June 3, 2025 00:00
sallto pushed a commit to sallto/llvm-project that referenced this pull request Jun 3, 2025
The yaml ended up with a typo, possibly due to merge issues. This patch
fixes it.
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.

2 participants