[PATCH] D48562: [clangd] XPC transport layer
Jan Korous via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 26 07:35:33 PDT 2018
jkorous updated this revision to Diff 152888.
jkorous added a comment.
Two changes in test client based on internal review by XPC folks:
- Removed cleanup code at the end of main() as dispatch_main() never returns.
- Removed check for conn as xpc_connection_create() is guaranteed to succeed.
https://reviews.llvm.org/D48562
Files:
CMakeLists.txt
Features.inc.in
ProtocolHandlers.h
clangd/CMakeLists.txt
clangd/xpc/initialize.test
lit.cfg
lit.site.cfg.in
tool/CMakeLists.txt
tool/ClangdMain.cpp
xpc/CMakeLists.txt
xpc/README.txt
xpc/XPCDispatcher.cpp
xpc/XPCDispatcher.h
xpc/cmake/Info.plist.in
xpc/cmake/XPCServiceInfo.plist.in
xpc/cmake/modules/CreateClangdXPCFramework.cmake
xpc/framework/CMakeLists.txt
xpc/framework/ClangdXPC.cpp
xpc/test-client/CMakeLists.txt
xpc/test-client/ClangdXPCTestClient.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48562.152888.patch
Type: text/x-patch
Size: 25198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180626/4f24c47f/attachment-0001.bin>
More information about the cfe-commits
mailing list