[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
Fri Jul 24 18:32:27 PDT 2020


cgyurgyik created this revision.
cgyurgyik added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.

Repository:
  rG LLVM Github Monorepo

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/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.280646.patch
Type: text/x-patch
Size: 7567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200725/5ec30f88/attachment.bin>


More information about the libc-commits mailing list