[PATCH] [compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debugging API

Alexey Samsonov vonosmas at gmail.com
Wed Jul 16 15:30:16 PDT 2014


LGTM modulo nit below.

================
Comment at: lib/asan/asan_report.cc:358
@@ +357,3 @@
+    p++;
+    vars->push_back({beg, size, p, len});
+    p += len;
----------------
Again, please make sure this is supported by MSVC.

http://reviews.llvm.org/D4545






More information about the llvm-commits mailing list