[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
Tue Aug 4 11:51:03 PDT 2020


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

Address siva's comments.


Repository:
  rG LLVM Github Monorepo

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

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.282987.patch
Type: text/x-patch
Size: 17683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200804/fb909973/attachment-0001.bin>


More information about the libc-commits mailing list