[PATCH] D24455: [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be consistent in constructor arguments and member order.

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 09:57:11 PDT 2016


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/asan/asan_errors.h:53
@@ -51,1 +52,3 @@
+  // ErrorDeadlySignal never owns the context.
+  void *context;
   int signo;
----------------
const?


https://reviews.llvm.org/D24455





More information about the llvm-commits mailing list