Zachary Turner 019c097d1b Teach raw_ostream to support hex formatting without a prefix '0x'.
Previously using format_hex() would always print a 0x prior to the
hex characters.  This allows this to be optional, so that one can
choose to print (e.g.) 255 as either 0xFF or just FF.

Differential Revision: http://reviews.llvm.org/D7151

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227108 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-26 18:21:33 +00:00
..
2014-11-03 10:58:05 +00:00
2014-11-14 08:38:17 +00:00
2014-11-18 22:17:30 +00:00
2014-09-11 22:55:25 +00:00
2014-12-12 17:35:34 +00:00
2014-10-16 10:10:07 +00:00
2014-12-04 16:59:36 +00:00
2014-11-04 12:35:47 +00:00
2014-08-23 23:07:14 +00:00
2015-01-26 17:35:56 +00:00