The format string for formatv allows to specify a custom padding character instead of the default space.
This custom character was parsed correctly, but not passed on to the formatter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D48140
Fix padding with custom character in formatv ClosedPublic Authored by mkoeppen on Jun 13 2018, 11:41 AM.
Details Summary The format string for formatv allows to specify a custom padding character instead of the default space.
Diff Detail
Event TimelineClosed by commit rL335915: Fix padding with custom character in formatv. (authored by zturner). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 153380 llvm/trunk/include/llvm/Support/FormatVariadic.h
llvm/trunk/unittests/Support/FormatVariadicTest.cpp
|