This is an archive of the discontinued LLVM Phabricator instance.

[libc] add scanf int conversions
ClosedPublic

Authored by michaelrj on Nov 28 2022, 4:43 PM.

Details

Summary

This patch adds the integer conversions %d/i/u/o/x/X to scanf as well as
unit tests to check their correctness.

Diff Detail

Event Timeline

michaelrj created this revision.Nov 28 2022, 4:43 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 28 2022, 4:43 PM
michaelrj requested review of this revision.Nov 28 2022, 4:43 PM
sivachandra accepted this revision.Dec 12 2022, 11:25 PM
This revision is now accepted and ready to land.Dec 12 2022, 11:25 PM
This revision was automatically updated to reflect the committed changes.