[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 12:17:26 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
cgyurgyik marked an inline comment as done.
Closed by commit rG6cd50e7b75ed: [libc] Add implementations for isblank, iscntrl, isgraph, ispunct. (authored by cgyurgyik).

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


More information about the libc-commits mailing list