clang-tools 19.0.0git
Namespaces
ConfigCompile.cpp File Reference
#include "CompileCommands.h"
#include "Config.h"
#include "ConfigFragment.h"
#include "ConfigProvider.h"
#include "Diagnostics.h"
#include "Feature.h"
#include "TidyProvider.h"
#include "support/Logger.h"
#include "support/Path.h"
#include "support/Trace.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/SourceMgr.h"
#include <algorithm>
#include <memory>
#include <optional>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 
namespace  clang::clangd::config
 

Variable Documentation

◆ Apply

std::vector<llvm::unique_function<void(const Params &, Config &) const> > Apply

Definition at line 78 of file ConfigCompile.cpp.

◆ Conditions

std::vector<llvm::unique_function<bool(const Params &) const> > Conditions

Definition at line 74 of file ConfigCompile.cpp.

◆ Diagnostic

DiagnosticCallback Diagnostic

◆ Error

constexpr llvm::SourceMgr::DiagKind Error = llvm::SourceMgr::DK_Error
staticconstexpr

◆ FragmentDirectory

std::string FragmentDirectory

Definition at line 103 of file ConfigCompile.cpp.

◆ Out

CompiledFragmentImpl& Out

◆ SourceMgr

llvm::SourceMgr* SourceMgr

Definition at line 101 of file ConfigCompile.cpp.

◆ Trusted

bool Trusted = false

◆ Warning

constexpr llvm::SourceMgr::DiagKind Warning
staticconstexpr
Initial value:
=
llvm::SourceMgr::DK_Warning

Definition at line 682 of file ConfigCompile.cpp.