[libc-commits] [PATCH] D84575: [libc] Add scaffolding for ctype and implementation of isalpha

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 28 16:18:07 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG686c82b9745b: [libc] Add scaffolding for ctype and implementation of isalpha (authored by cgyurgyik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84575

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/ctype.h.def
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/ctype/CMakeLists.txt
  libc/src/ctype/isalpha.cpp
  libc/src/ctype/isalpha.h
  libc/test/src/CMakeLists.txt
  libc/test/src/ctype/CMakeLists.txt
  libc/test/src/ctype/isalpha_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84575.281406.patch
Type: text/x-patch
Size: 7086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200728/9ded47a3/attachment-0001.bin>


More information about the libc-commits mailing list