clang-tools
8.0.0
llvm.src
tools
clang
tools
extra
clangd
xpc
framework
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
}
clangd_xpc_get_bundle_identifier
const char * clangd_xpc_get_bundle_identifier()
Returns the bundle identifier of the Clangd XPC service.
Definition:
ClangdXPC.cpp:3
Generated on Fri Mar 8 2019 13:35:27 for clang-tools by
1.8.13