Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85270
[libc] Add isspace, isprint, isxdigit implementations. ClosedPublic Authored by cgyurgyik on Aug 4 2020, 7:00 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 4 2020, 11:15 PM This revision was landed with ongoing or failed builds.Aug 5 2020, 7:52 AM Closed by commit rG1fdab96130fc: [libc] Add isspace, isprint, isxdigit implementations. (authored by cgyurgyik). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283246 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/ctype/CMakeLists.txt
libc/src/ctype/isprint.h
libc/src/ctype/isprint.cpp
libc/src/ctype/isspace.h
libc/src/ctype/isspace.cpp
libc/src/ctype/isxdigit.h
libc/src/ctype/isxdigit.cpp
libc/test/src/ctype/CMakeLists.txt
libc/test/src/ctype/isprint_test.cpp
libc/test/src/ctype/isspace_test.cpp
libc/test/src/ctype/isxdigit_test.cpp
|
Use 95 instead of '_'.