llvm-project/clang-tools-extra/clangd/xpc
Fangrui Song 67854f9ed0 Use value_or instead of getValueOr. NFC 2022-06-29 21:55:02 -07:00
..
cmake
framework
test-client [clangd] CMake: express -Iclangd/ at top level and inherit 2021-07-02 09:52:36 +02:00
CMakeLists.txt [clangd] CMake: express -Iclangd/ at top level and inherit 2021-07-02 09:52:36 +02:00
Conversion.cpp
Conversion.h
README.txt
XPCTransport.cpp Use value_or instead of getValueOr. NFC 2022-06-29 21:55:02 -07:00

README.txt

This directory contains:
- the XPC transport layer (alternative transport layer to JSON-RPC)
- XPC framework wrapper that wraps around Clangd to make it a valid XPC service
- XPC test-client

MacOS only. Feature is guarded by CLANGD_BUILD_XPC, including whole xpc/ dir.