[libc-commits] [PATCH] D85326: [libc] Add tolower, toupper implementation.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 5 09:50:49 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.
cgyurgyik requested review of this revision.

Passes integration and libc checks!


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85326

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/ctype_utils.h
  libc/src/ctype/islower.cpp
  libc/src/ctype/isupper.cpp
  libc/src/ctype/tolower.cpp
  libc/src/ctype/tolower.h
  libc/src/ctype/toupper.cpp
  libc/src/ctype/toupper.h
  libc/test/src/ctype/CMakeLists.txt
  libc/test/src/ctype/tolower_test.cpp
  libc/test/src/ctype/toupper_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85326.283280.patch
Type: text/x-patch
Size: 10631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200805/29fe679e/attachment-0001.bin>


More information about the libc-commits mailing list