[PATCH] D23519: Split DescribeAddressIfShadow between a function that gets all the information, and one that prints it.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 11:13:22 PDT 2016
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.
LGTM with one nit.
================
Comment at: lib/asan/asan_descriptions.h:31
@@ +30,3 @@
+ ShadowKind kind;
+ u8 byte;
+};
----------------
better name it shadow_byte or shadow_value
https://reviews.llvm.org/D23519
More information about the llvm-commits
mailing list