[llvm] r335915 - Fix padding with custom character in formatv.

Friedman, Eli via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 14:00:42 PDT 2018


On 6/28/2018 1:09 PM, Zachary Turner via llvm-commits wrote:
> Author: zturner
> Date: Thu Jun 28 13:09:37 2018
> New Revision: 335915
>
> URL: http://llvm.org/viewvc/llvm-project?rev=335915&view=rev
> Log:
> Fix padding with custom character in formatv.
>
> 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.
>
> Patch by Marcel Köppe

I assume that's supposed to be "Marcel Köppen".

I'm curious, how did you manage to get "Köppe" into the commit 
message?  It looks like UTF-8 text was incorrectly interpreted as 
windows-1252 in at least two separate places.

-Eli

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project



More information about the llvm-commits mailing list