[PATCH] D18493: [tsan] Add XPC support (OS X)

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 01:08:14 PDT 2016


dvyukov added inline comments.

================
Comment at: lib/tsan/rtl/tsan_interceptors_mac.cc:133
@@ +132,3 @@
+  REAL(xpc_connection_send_message_with_reply)
+  (connection, message, replyq, new_handler);
+}
----------------
kubabrecka wrote:
> dvyukov wrote:
> > add some spaces before the line
> > or is it clang-format formatted?
> It's clang-format.  It has hard times with `REAL(x)(y)` in general.
ack


http://reviews.llvm.org/D18493





More information about the llvm-commits mailing list