[PATCH] D24131: Add NewAddressDescription, which can describe any type of address.

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 11:28:21 PDT 2016


vitalybuka requested changes to this revision.
This revision now requires changes to proceed.

================
Comment at: lib/asan/asan_descriptions.h:185
@@ +184,3 @@
+  // We should be able to do without this struct after we deprecate VS2013.
+  AddressKind kind;
+  union {
----------------
I like this way:  https://reviews.llvm.org/D24358 
WDYT?


https://reviews.llvm.org/D24131





More information about the llvm-commits mailing list