[libc-commits] [PATCH] D106902: [libc][NFC] Add explicit casts to ctype functions

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 23 11:17:38 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9cdd4ea06f09: [libc][NFC] Add explicit casts to ctype functions (authored by gAlfonso-bit, committed by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106902

Files:
  libc/src/__support/ctype_utils.h
  libc/src/ctype/isalnum.cpp
  libc/src/ctype/isalpha.cpp
  libc/src/ctype/isascii.cpp
  libc/src/ctype/isblank.cpp
  libc/src/ctype/iscntrl.cpp
  libc/src/ctype/isdigit.cpp
  libc/src/ctype/isgraph.cpp
  libc/src/ctype/islower.cpp
  libc/src/ctype/isprint.cpp
  libc/src/ctype/ispunct.cpp
  libc/src/ctype/isspace.cpp
  libc/src/ctype/isupper.cpp
  libc/src/ctype/isxdigit.cpp
  libc/src/ctype/tolower.cpp
  libc/src/ctype/toupper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106902.368157.patch
Type: text/x-patch
Size: 8911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210823/ab6bf614/attachment.bin>


More information about the libc-commits mailing list