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

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 29 15:18:17 PDT 2020


cgyurgyik created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
cgyurgyik requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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/isalnum.cpp
  libc/src/ctype/isalnum.h
  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.281748.patch
Type: text/x-patch
Size: 8646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200729/0e045923/attachment-0001.bin>


More information about the libc-commits mailing list