clang-tools
15.0.0git
|
#include "ClangdServer.h"
#include "GlobalCompilationDatabase.h"
#include "LSPBinder.h"
#include "Protocol.h"
#include "Transport.h"
#include "support/Context.h"
#include "support/MemoryTree.h"
#include "support/Path.h"
#include "support/Threading.h"
#include "llvm/ADT/Optional.h"
#include "llvm/Support/JSON.h"
#include <chrono>
#include <cstddef>
#include <memory>
Go to the source code of this file.
Classes | |
class | clang::clangd::ClangdLSPServer |
This class exposes ClangdServer's capabilities via Language Server Protocol. More... | |
struct | clang::clangd::ClangdLSPServer::Options |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |