Fix applied by running: run-clang-tidy.py -checks=-*,modernize-concat-nested-namespaces Differential Revision: https://reviews.llvm.org/D141770
The block arguments in dispatch_async() and dispatch_after() are guaranteed to escape. If those blocks capture any pointers with the noescape attribute then it is an error.