[all-commits] [llvm/llvm-project] e2d4bf: [libc] Add islower and isupper implementation.

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


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e2d4bf6ceca84c2ff515d6bc89da7d40d1c971fb
      https://github.com/llvm/llvm-project/commit/e2d4bf6ceca84c2ff515d6bc89da7d40d1c971fb
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/ctype/CMakeLists.txt
    A libc/src/ctype/islower.cpp
    A libc/src/ctype/islower.h
    A libc/src/ctype/isupper.cpp
    A libc/src/ctype/isupper.h
    M libc/test/src/ctype/CMakeLists.txt
    M libc/test/src/ctype/isalnum_test.cpp
    M libc/test/src/ctype/isalpha_test.cpp
    M libc/test/src/ctype/isdigit_test.cpp
    A libc/test/src/ctype/islower_test.cpp
    A libc/test/src/ctype/isupper_test.cpp

  Log Message:
  -----------
  [libc] Add islower and isupper implementation.

Reviewed By: sivachandra

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




More information about the All-commits mailing list