clang-tools 19.0.0git
Classes | Namespaces | Typedefs
ConfigProvider.h File Reference
#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
 
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.