Star81
27
代码介绍
代码
Issues8
Pull Requests10
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. clang-tools-extra
  4. /
  5. clangd
  6. /
  7. xpc
GGitHub[clangd] Make sure ninja can clean "ClangdXPC.framework" (#75669)
b801b607创建于 2024年1月25日历史提交
文件最后提交记录最后更新时间
cmake
[clangd] Make sure ninja can clean "ClangdXPC.framework" (#75669)2 年前
framework
gn build: Add build files for clangd xpc framework code7 年前
test-client
[clangd] CMake: express -Iclangd/ at top level and inherit4 年前
CMakeLists.txt
cmake: add missing dependencies on ClangDriverOptions tablegen2 年前
Conversion.cpp
[clangd] Move non-clang base pieces into separate support/ lib. NFCI6 年前
Conversion.h
Update the file headers across all of the LLVM projects in the monorepo7 年前
README.txt
[clangd] XPC transport layer7 年前
XPCTransport.cpp
[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)3 年前
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.