[all-commits] [llvm/llvm-project] e8182f: [libc] add wctype.h header (#149202)
Prabhu Rajasekaran via All-commits
all-commits at lists.llvm.org
Thu Jul 17 13:06:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8182fb501622840e7b0a981506f71188fdaeb61
https://github.com/llvm/llvm-project/commit/e8182fb501622840e7b0a981506f71188fdaeb61
Author: Prabhu Rajasekaran <prabhukr at google.com>
Date: 2025-07-17 (Thu, 17 Jul 2025)
Changed paths:
M libc/config/baremetal/arm/entrypoints.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/entrypoints.txt
M libc/config/baremetal/riscv/headers.txt
M libc/config/darwin/aarch64/entrypoints.txt
M libc/config/darwin/aarch64/headers.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/aarch64/headers.txt
M libc/config/linux/arm/entrypoints.txt
M libc/config/linux/arm/headers.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/riscv/headers.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/linux/x86_64/headers.txt
M libc/config/windows/entrypoints.txt
M libc/config/windows/headers.txt
M libc/include/CMakeLists.txt
A libc/include/wctype.yaml
M libc/src/CMakeLists.txt
A libc/src/wctype/CMakeLists.txt
A libc/src/wctype/iswalpha.cpp
A libc/src/wctype/iswalpha.h
M libc/test/src/CMakeLists.txt
A libc/test/src/wctype/CMakeLists.txt
A libc/test/src/wctype/iswalpha_test.cpp
Log Message:
-----------
[libc] add wctype.h header (#149202)
Add basic configurations to generate wctype.h header file. To begin with
this header file just exposes one function iswalpha.
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