LGTM
================
Comment at: lib/asan/asan_report.cc:168
@@ +167,3 @@
+ for (int i = 0; i < 16; ++i) {
+ PrintMemoryByte(&str, "", ((char *)pc)[i], /*in_shadow*/false, " ");
+ }
----------------
s/char/u8 ?
http://reviews.llvm.org/D5167