clang-tools 20.0.0git
|
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/SourceMgr.h"
#include <chrono>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::clangd::config::Params |
Describes the context used to evaluate configuration fragments. More... | |
class | clang::clangd::config::Provider |
A source of configuration fragments. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
namespace | clang::clangd::config |
Typedefs | |
using | clang::clangd::config::DiagnosticCallback = llvm::function_ref< void(const llvm::SMDiagnostic &)> |
Used to report problems in parsing or interpreting a config. | |
using | clang::clangd::config::CompiledFragment = std::function< bool(const Params &, Config &)> |
A chunk of configuration that has been fully analyzed and is ready to apply. | |