[all-commits] [llvm/llvm-project] 6cd50e: [libc] Add implementations for isblank, iscntrl, i...

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Tue Aug 4 12:17:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cd50e7b75ed39ba1218c724401117cb6e12748d
      https://github.com/llvm/llvm-project/commit/6cd50e7b75ed39ba1218c724401117cb6e12748d
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-08-04 (Tue, 04 Aug 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
    M libc/src/ctype/ctype_utils.h
    M libc/src/ctype/isalnum.cpp
    A libc/src/ctype/isblank.cpp
    A libc/src/ctype/isblank.h
    A libc/src/ctype/iscntrl.cpp
    A libc/src/ctype/iscntrl.h
    A libc/src/ctype/isgraph.cpp
    A libc/src/ctype/isgraph.h
    A libc/src/ctype/ispunct.cpp
    A libc/src/ctype/ispunct.h
    M libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/isblank_test.cpp
    A libc/test/src/ctype/iscntrl_test.cpp
    A libc/test/src/ctype/isgraph_test.cpp
    A libc/test/src/ctype/ispunct_test.cpp

  Log Message:
  -----------
  [libc] Add implementations for isblank, iscntrl, isgraph, ispunct.

Reviewed By: sivachandra

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




More information about the All-commits mailing list