clang-tools 22.0.0git
ConfigTesting.h File Reference
#include "Protocol.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/SourceMgr.h"
#include "gmock/gmock.h"
#include <functional>
#include <optional>

Go to the source code of this file.

Classes

struct  clang::clangd::config::CapturedDiags
struct  clang::clangd::config::CapturedDiags::Diag

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

Functions

 clang::clangd::config::MATCHER_P (diagMessage, M, "")
 clang::clangd::config::MATCHER_P (diagKind, K, "")
 clang::clangd::config::MATCHER_P (diagPos, P, "")
 clang::clangd::config::MATCHER_P (diagRange, R, "")
Position clang::clangd::config::toPosition (llvm::SMLoc L, const llvm::SourceMgr &SM)
Range clang::clangd::config::toRange (llvm::SMRange R, const llvm::SourceMgr &SM)