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

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 01:02:10 PDT 2016


kubabrecka 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);
+}
----------------
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.


http://reviews.llvm.org/D18493





More information about the llvm-commits mailing list