[libc-commits] [PATCH] D84893: [libc] Implements isdigit and isalnum.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jul 30 09:39:06 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe263dcc3efea: [libc] Implements isdigit and isalnum. Adds a utility header to inline (authored by cgyurgyik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84893

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/isalnum.h
  libc/src/ctype/isalpha.cpp
  libc/src/ctype/isdigit.cpp
  libc/src/ctype/isdigit.h
  libc/test/src/ctype/CMakeLists.txt
  libc/test/src/ctype/isalnum_test.cpp
  libc/test/src/ctype/isdigit_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84893.281962.patch
Type: text/x-patch
Size: 11025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200730/86fc5d65/attachment.bin>


More information about the libc-commits mailing list