[libc-commits] [PATCH] D147813: [libc] clean up ctype negative handling

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 10:00:30 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG26f1770e538e: [libc] clean up ctype negative handling (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147813

Files:
  libc/src/ctype/isblank.cpp
  libc/src/ctype/iscntrl.cpp
  libc/test/src/ctype/CMakeLists.txt
  libc/test/src/ctype/isalnum_test.cpp
  libc/test/src/ctype/isalpha_test.cpp
  libc/test/src/ctype/isascii_test.cpp
  libc/test/src/ctype/isblank_test.cpp
  libc/test/src/ctype/iscntrl_test.cpp
  libc/test/src/ctype/isdigit_test.cpp
  libc/test/src/ctype/isgraph_test.cpp
  libc/test/src/ctype/islower_test.cpp
  libc/test/src/ctype/isprint_test.cpp
  libc/test/src/ctype/ispunct_test.cpp
  libc/test/src/ctype/isspace_test.cpp
  libc/test/src/ctype/isupper_test.cpp
  libc/test/src/ctype/isxdigit_test.cpp
  libc/test/src/ctype/toascii_test.cpp
  libc/test/src/ctype/tolower_test.cpp
  libc/test/src/ctype/toupper_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147813.512185.patch
Type: text/x-patch
Size: 11964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230410/9b331f11/attachment.bin>


More information about the libc-commits mailing list