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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89637
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 TimelineThis revision is now accepted and ready to land.Oct 17 2020, 8:35 PM Closed by commit rG2980ce98be11: Fix various format specifier mismatches (authored by hubert.reinterpretcast). · Explain WhyOct 18 2020, 9:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 298877 llvm/lib/Object/COFFObjectFile.cpp
llvm/lib/ProfileData/GCOV.cpp
llvm/tools/llvm-readobj/ELFDumper.cpp
|