[all-commits] [llvm/llvm-project] 47e28d: [libc] wcscspn implementation (#146158)
sribee8 via All-commits
all-commits at lists.llvm.org
Tue Jul 1 08:56:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47e28d9cd1c08690fa77d81b537594cb2e92f0f4
https://github.com/llvm/llvm-project/commit/47e28d9cd1c08690fa77d81b537594cb2e92f0f4
Author: sribee8 <sriya.pratipati at gmail.com>
Date: 2025-07-01 (Tue, 01 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/wcscspn.cpp
A libc/src/wchar/wcscspn.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wcscspn_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/wchar/BUILD.bazel
Log Message:
-----------
[libc] wcscspn implementation (#146158)
Implemented wcscspn and tests.
---------
Co-authored-by: Sriya Pratipati <sriyap at google.com>
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