[all-commits] [llvm/llvm-project] 3f3d77: [libc] Implement mbsinit (#150654)
Uzair Nawaz via All-commits
all-commits at lists.llvm.org
Fri Jul 25 12:45:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f3d779ff84fa505c15cd94c484103b966a93ff8
https://github.com/llvm/llvm-project/commit/3f3d779ff84fa505c15cd94c484103b966a93ff8
Author: Uzair Nawaz <uzairnawaz at google.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wchar.yaml
M libc/src/wchar/CMakeLists.txt
A libc/src/wchar/mbsinit.cpp
A libc/src/wchar/mbsinit.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/mbsinit_test.cpp
Log Message:
-----------
[libc] Implement mbsinit (#150654)
Implemented public libc function to check if an mbstate describes an
empty state
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list