This is an archive of the discontinued LLVM Phabricator instance.

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.
This custom character was parsed correctly, but not passed on to the formatter.

Diff Detail

Repository
rL LLVM

Event Timeline

mkoeppen created this revision.Jun 13 2018, 11:41 AM

Sorry this slipped by me. Lgtm and thanks for the fix!

Thanks for the review! In case this patch is accepted: I do not have commit access.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 28 2018, 1:14 PM
This revision was automatically updated to reflect the committed changes.