[all-commits] [llvm/llvm-project] 1fdab9: [libc] Add isspace, isprint, isxdigit implementati...

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Wed Aug 5 07:52:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fdab96130fc86f2635d26b617adf10608b8e63b
      https://github.com/llvm/llvm-project/commit/1fdab96130fc86f2635d26b617adf10608b8e63b
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/ctype/CMakeLists.txt
    A libc/src/ctype/isprint.cpp
    A libc/src/ctype/isprint.h
    A libc/src/ctype/isspace.cpp
    A libc/src/ctype/isspace.h
    A libc/src/ctype/isxdigit.cpp
    A libc/src/ctype/isxdigit.h
    M libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/isprint_test.cpp
    A libc/test/src/ctype/isspace_test.cpp
    A libc/test/src/ctype/isxdigit_test.cpp

  Log Message:
  -----------
  [libc] Add isspace, isprint, isxdigit implementations.

Reviewed By: sivachandra

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




More information about the All-commits mailing list