[Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
kuba.brecka at gmail.com
Wed Jul 16 14:54:31 PDT 2014
================
Comment at: lib/asan/asan_report.cc:35
@@ +34,3 @@
+struct ReportData {
+ bool already_happened = 0;
+ uptr pc = 0;
----------------
Alexey Samsonov wrote:
> I believe this wouldn't compile on Windows :-/
I don't have a Windows box nearby, would it be because of the member initialization or because of assignment of zero into a bool?
http://reviews.llvm.org/D4527
More information about the lldb-commits
mailing list