[PATCH] D48562: [clangd] XPC transport layer
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 25 13:32:02 PDT 2018
arphaman added inline comments.
================
Comment at: xpc/test-client/ClangdXPCTestClient.cpp:51
+ dlHandle, "clangd_xpc_get_bundle_identifier");
+ xpc_connection_t conn =
+ xpc_connection_create(clangd_xpc_get_bundle_identifier(), NULL);
----------------
We should probably use the main queue here too to ensure that we don't get bit by concurrent handler invocations.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D48562
More information about the cfe-commits
mailing list