This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add isspace, isprint, isxdigit implementations.
ClosedPublic

Authored by cgyurgyik on Aug 4 2020, 7:00 PM.

Diff Detail

Event Timeline

cgyurgyik created this revision.Aug 4 2020, 7:00 PM
cgyurgyik requested review of this revision.Aug 4 2020, 7:00 PM
sivachandra accepted this revision.Aug 4 2020, 11:15 PM
sivachandra added inline comments.
libc/src/ctype/isprint.cpp
20

Use 95 instead of '_'.

This revision is now accepted and ready to land.Aug 4 2020, 11:15 PM
cgyurgyik updated this revision to Diff 283236.Aug 5 2020, 7:40 AM

Address siva's comments.

cgyurgyik marked an inline comment as done.Aug 5 2020, 7:41 AM
This revision was landed with ongoing or failed builds.Aug 5 2020, 7:52 AM
This revision was automatically updated to reflect the committed changes.