[libc-commits] [PATCH] D94558: [libc] add isascii and toascii implementations
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jan 12 14:45:51 PST 2021
michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.
adding both at once since these are trivial functions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94558
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/src/ctype/CMakeLists.txt
libc/src/ctype/isascii.cpp
libc/src/ctype/isascii.h
libc/src/ctype/toascii.cpp
libc/src/ctype/toascii.h
libc/test/src/ctype/CMakeLists.txt
libc/test/src/ctype/isascii_test.cpp
libc/test/src/ctype/toascii_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94558.316248.patch
Type: text/x-patch
Size: 6836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210112/95072761/attachment.bin>
More information about the libc-commits
mailing list