[libc-commits] [PATCH] D84960: [libc] Add islower and isupper implementation.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 31 11:06:09 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe2d4bf6ceca8: [libc] Add islower and isupper implementation. (authored by cgyurgyik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84960

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/islower.cpp
  libc/src/ctype/islower.h
  libc/src/ctype/isupper.cpp
  libc/src/ctype/isupper.h
  libc/test/src/ctype/CMakeLists.txt
  libc/test/src/ctype/isalnum_test.cpp
  libc/test/src/ctype/isalpha_test.cpp
  libc/test/src/ctype/isdigit_test.cpp
  libc/test/src/ctype/islower_test.cpp
  libc/test/src/ctype/isupper_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84960.282271.patch
Type: text/x-patch
Size: 11337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200731/3d7ee7c8/attachment.bin>


More information about the libc-commits mailing list