llvm-project/clang-tools-extra/clangd/xpc/framework/ClangdXPC.cpp

6 lines
152 B
C++

/// Returns the bundle identifier of the Clangd XPC service.
extern "C" const char *clangd_xpc_get_bundle_identifier() {
return "org.llvm.clangd";
}