[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
Sat Jul 25 04:17:18 PDT 2020


cgyurgyik updated this revision to Diff 280666.

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/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.280666.patch
Type: text/x-patch
Size: 7249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200725/28948c5b/attachment-0001.bin>


More information about the libc-commits mailing list