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

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 11:58:03 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 @@
+  };
+  uptr Address() {
+    switch (kind) {
----------------
Why not to replace existing ErrorDescription with this one n the same Patch so you don't need to introduce New* names


https://reviews.llvm.org/D24131





More information about the llvm-commits mailing list