clang-tools 20.0.0git
Namespaces
TraceTests.cpp File Reference
#include "TestTracer.h"
#include "support/Trace.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/YAMLParser.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 FIXME: Skip testing on windows temporarily due to the different escaping code mode.
 

Variable Documentation

◆ Counter

trace::Metric Counter = {"cnt", trace::Metric::Counter}
protected

Definition at line 149 of file TraceTests.cpp.

Referenced by clang::clangd::TEST_F().

◆ Dist

trace::Metric Dist = {"dist", trace::Metric::Distribution, "lbl"}
protected

◆ OS

llvm::raw_string_ostream OS
protected

Definition at line 160 of file TraceTests.cpp.

◆ Output

std::string Output
protected

◆ Session

trace::Session Session
protected

Definition at line 162 of file TraceTests.cpp.

◆ Tracer

std::unique_ptr<trace::EventTracer> Tracer
protected

Definition at line 161 of file TraceTests.cpp.