llvm-project/clang-tools-extra/clangd/xpc/README.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
269 B
Plaintext
Raw Normal View History

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.