[all-commits] [llvm/llvm-project] 9cdd4e: [libc][NFC] Add explicit casts to ctype functions

Rose via All-commits all-commits at lists.llvm.org
Mon Aug 23 11:17:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cdd4ea06f094efaedb46e848e004baaad7cb183
      https://github.com/llvm/llvm-project/commit/9cdd4ea06f094efaedb46e848e004baaad7cb183
  Author: Alfonso Gregory <gfunni234 at gmail.com>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

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

  Log Message:
  -----------
  [libc][NFC] Add explicit casts to ctype functions

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D106902




More information about the All-commits mailing list