[PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses

Alexander Potapenko glider at google.com
Wed Jul 30 04:13:00 PDT 2014


================
Comment at: lib/asan/asan_report.cc:994
@@ +993,3 @@
+int __asan_report_present() {
+  return report_data.already_happened ? 1 : 0;
+}
----------------
BTW why this function returns int, not bool?

http://reviews.llvm.org/D4527






More information about the llvm-commits mailing list