This is an archive of the discontinued LLVM Phabricator instance.

[libc] add scanf pointer conversion
ClosedPublic

Authored by michaelrj on Jan 24 2023, 2:42 PM.

Details

Summary

This patch adds the last conversion for scanf, %p. It is set up to match
the %p implementation in our printf.

Diff Detail

Event Timeline

michaelrj created this revision.Jan 24 2023, 2:42 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 24 2023, 2:42 PM
michaelrj requested review of this revision.Jan 24 2023, 2:42 PM
lntue accepted this revision.Jan 25 2023, 7:01 AM
This revision is now accepted and ready to land.Jan 25 2023, 7:01 AM
sivachandra accepted this revision.Jan 25 2023, 8:49 AM
This revision was landed with ongoing or failed builds.Jan 25 2023, 3:29 PM
This revision was automatically updated to reflect the committed changes.