[libc-commits] [PATCH] D85059: [libc] Add implementations for isblank, iscntrl, isgraph, ispunct.
Chris Gyurgyik via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jul 31 16:48:48 PDT 2020
cgyurgyik created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
cgyurgyik requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D85059
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/isalnum.cpp
libc/src/ctype/isblank.cpp
libc/src/ctype/isblank.h
libc/src/ctype/iscntrl.cpp
libc/src/ctype/iscntrl.h
libc/src/ctype/isgraph.cpp
libc/src/ctype/isgraph.h
libc/src/ctype/ispunct.cpp
libc/src/ctype/ispunct.h
libc/test/src/ctype/CMakeLists.txt
libc/test/src/ctype/isblank_test.cpp
libc/test/src/ctype/iscntrl_test.cpp
libc/test/src/ctype/isgraph_test.cpp
libc/test/src/ctype/ispunct_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85059.282346.patch
Type: text/x-patch
Size: 17295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200731/6be99402/attachment-0001.bin>
More information about the libc-commits
mailing list