mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Previously, our printf would incorrectly handle conversions like
("%#x",0) and ("%#o",0). This patch corrects the behavior to match what
is described in the standard.