[libc-commits] [PATCH] D85270: [libc] Add isspace, isprint, isxdigit implementations.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 5 07:52:50 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1fdab96130fc: [libc] Add isspace, isprint, isxdigit implementations. (authored by cgyurgyik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85270/new/

https://reviews.llvm.org/D85270

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/ctype/CMakeLists.txt
  libc/src/ctype/isprint.cpp
  libc/src/ctype/isprint.h
  libc/src/ctype/isspace.cpp
  libc/src/ctype/isspace.h
  libc/src/ctype/isxdigit.cpp
  libc/src/ctype/isxdigit.h
  libc/test/src/ctype/CMakeLists.txt
  libc/test/src/ctype/isprint_test.cpp
  libc/test/src/ctype/isspace_test.cpp
  libc/test/src/ctype/isxdigit_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85270.283246.patch
Type: text/x-patch
Size: 11464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200805/8f5a5bdd/attachment-0001.bin>


More information about the libc-commits mailing list