arg.cc
19.4 KB
-
StrFormat() simplification: Treat %v unconditionally as %d when formatting integers. · 0f4133aa
This is a simplification but not a behavior change; we used to choose %u for unsigned ints, but %u and %d generate the same output for these types. PiperOrigin-RevId: 539104599 Change-Id: I9d7ff561b969a6287889f95063636d6b77a4a78b
Greg Falcon committed