[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 10:13:22 PDT 2020


cgyurgyik updated this revision to Diff 281273.
cgyurgyik marked an inline comment as done.
cgyurgyik added a comment.

Update unit tests to a single test that goes through all characters 0-255.
Re-add `linux/api.td`.
Address other comments


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.281273.patch
Type: text/x-patch
Size: 7120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200728/011bd74a/attachment.bin>


More information about the libc-commits mailing list