This is an archive of the discontinued LLVM Phabricator instance.

[libc] add scanf string converters
ClosedPublic

Authored by michaelrj on Nov 3 2022, 4:09 PM.

Details

Summary

This patch adds the basic conversion facilities to scanf as well as unit
tests for them. It also adds scanf_main which will be used for the
eventual scanf entrypoints.

Diff Detail

Event Timeline

michaelrj created this revision.Nov 3 2022, 4:09 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 3 2022, 4:09 PM
michaelrj requested review of this revision.Nov 3 2022, 4:09 PM
sivachandra accepted this revision.Nov 7 2022, 12:20 AM
This revision is now accepted and ready to land.Nov 7 2022, 12:20 AM
michaelrj updated this revision to Diff 473741.Nov 7 2022, 10:28 AM

minor cleanup

This revision was landed with ongoing or failed builds.Nov 7 2022, 1:49 PM
This revision was automatically updated to reflect the committed changes.