This is an archive of the discontinued LLVM Phabricator instance.

Fix various format specifier mismatches
ClosedPublic

Authored by hubert.reinterpretcast on Oct 17 2020, 8:19 PM.

Details

Summary

Format specifiers of incorrect length are replaced with format specifier macros from <cinttypes> matching the typedefs used to declare the type of the value being printed.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2020, 8:19 PM
hubert.reinterpretcast requested review of this revision.Oct 17 2020, 8:19 PM
MaskRay accepted this revision.Oct 17 2020, 8:35 PM

Looks great!

This revision is now accepted and ready to land.Oct 17 2020, 8:35 PM
This revision was automatically updated to reflect the committed changes.