[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:41:00 PDT 2020


cgyurgyik updated this revision to Diff 283236.
cgyurgyik added a comment.

Address siva's comments.


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.283236.patch
Type: text/x-patch
Size: 11464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200805/54933f9f/attachment-0001.bin>


More information about the libc-commits mailing list