[AMDGPU][AsmParser][NFC] Translate parsed MIMG instructions to MCInsts automatically.
[llvm-project.git] / clang-tools-extra / clangd / xpc / README.txt
blob70ac761ca56bed8d5571b83c50056579d309cbe2
1 This directory contains:
2 - the XPC transport layer (alternative transport layer to JSON-RPC)
3 - XPC framework wrapper that wraps around Clangd to make it a valid XPC service
4 - XPC test-client
6 MacOS only. Feature is guarded by CLANGD_BUILD_XPC, including whole xpc/ dir.