clang-tools  8.0.0
ClangdXPC.cpp
Go to the documentation of this file.
1 
2 /// Returns the bundle identifier of the Clangd XPC service.
3 extern "C" const char *clangd_xpc_get_bundle_identifier() {
4  return "org.llvm.clangd";
5 }
const char * clangd_xpc_get_bundle_identifier()
Returns the bundle identifier of the Clangd XPC service.
Definition: ClangdXPC.cpp:3