This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] clean up type warnings in printf
ClosedPublic

Authored by michaelrj on Jul 31 2023, 11:16 AM.

Details

Summary

In preparation for https://reviews.llvm.org/D156630 this patch cleans up
all integer size and sign conversion warnings in printf.

Diff Detail

Event Timeline

michaelrj created this revision.Jul 31 2023, 11:16 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 31 2023, 11:16 AM
michaelrj requested review of this revision.Jul 31 2023, 11:16 AM
lntue accepted this revision.Jul 31 2023, 12:06 PM
This revision is now accepted and ready to land.Jul 31 2023, 12:06 PM
This revision was automatically updated to reflect the committed changes.