[libc-commits] [PATCH] D84575: [libc] Add scaffolding for ctype and implementation of isalpha
    Chris Gyurgyik via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue Jul 28 10:15:56 PDT 2020
    
    
  
cgyurgyik updated this revision to Diff 281277.
cgyurgyik marked 2 inline comments as done.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84575/new/
https://reviews.llvm.org/D84575
Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/ctype.h.def
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/ctype/CMakeLists.txt
  libc/src/ctype/isalpha.cpp
  libc/src/ctype/isalpha.h
  libc/test/src/CMakeLists.txt
  libc/test/src/ctype/CMakeLists.txt
  libc/test/src/ctype/isalpha_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84575.281277.patch
Type: text/x-patch
Size: 7086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200728/2a7b1927/attachment.bin>
    
    
More information about the libc-commits
mailing list