11#include "llvm/ADT/StringRef.h"
17std::unique_ptr<clangd::SymbolIndex>
getClient(llvm::StringRef Address,
18 llvm::StringRef IndexRoot) {
19 elog(
"Can't create SymbolIndex client without Remote Index support.");
std::unique_ptr< clangd::SymbolIndex > getClient(llvm::StringRef Address, llvm::StringRef ProjectRoot)
Returns an SymbolIndex client that passes requests to remote index located at Address.
void elog(const char *Fmt, Ts &&... Vals)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//