[libc-commits] [PATCH] D85326: [libc] Add tolower, toupper implementation.
Chris Gyurgyik via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 6 12:22:27 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG128bf458ab8c: [libc] Add tolower, toupper implementation. (authored by cgyurgyik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85326/new/
https://reviews.llvm.org/D85326
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/ctype/CMakeLists.txt
libc/src/ctype/ctype_utils.h
libc/src/ctype/islower.cpp
libc/src/ctype/isupper.cpp
libc/src/ctype/tolower.cpp
libc/src/ctype/tolower.h
libc/src/ctype/toupper.cpp
libc/src/ctype/toupper.h
libc/test/src/ctype/CMakeLists.txt
libc/test/src/ctype/tolower_test.cpp
libc/test/src/ctype/toupper_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85326.283702.patch
Type: text/x-patch
Size: 10643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200806/86212910/attachment.bin>
More information about the libc-commits
mailing list