[PATCH] D38141: Annotate function parameters with attribute 'noescape'

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 11:49:20 PDT 2017


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

LGTM with a nit.



================
Comment at: lib/tsan/rtl/tsan_libdispatch_mac.cc:181
+  TSAN_INTERCEPTOR(void, name, dispatch_queue_t q,                           \
+                   DISPATCH_NOESCAPE dispatch_block_t block) {   \
     SCOPED_TSAN_INTERCEPTOR(name, q, block);                                 \
----------------
Please re-align the backslash at the end of the line.


https://reviews.llvm.org/D38141





More information about the llvm-commits mailing list