[all-commits] [llvm/llvm-project] 686c82: [libc] Add scaffolding for ctype and implementatio...

Chris Gyurgyik via All-commits all-commits at lists.llvm.org
Tue Jul 28 16:18:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 686c82b9745b207227a83aa87000a6cbfe32fc20
      https://github.com/llvm/llvm-project/commit/686c82b9745b207227a83aa87000a6cbfe32fc20
  Author: cgyurgyik <gyurgyikcp at gmail.com>
  Date:   2020-07-28 (Tue, 28 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/include/CMakeLists.txt
    A libc/include/ctype.h.def
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    A libc/src/ctype/CMakeLists.txt
    A libc/src/ctype/isalpha.cpp
    A libc/src/ctype/isalpha.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/isalpha_test.cpp

  Log Message:
  -----------
  [libc] Add scaffolding for ctype and implementation of isalpha

Reviewed By: sivachandra

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




More information about the All-commits mailing list