Skip to content

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
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