|
clang-tools 22.0.0git
|
#include "Annotations.h"#include "ClangdLSPServer.h"#include "ClangdServer.h"#include "ConfigProvider.h"#include "Diagnostics.h"#include "Feature.h"#include "FeatureModule.h"#include "LSPBinder.h"#include "LSPClient.h"#include "TestFS.h"#include "support/Function.h"#include "support/Logger.h"#include "support/TestTracer.h"#include "support/Threading.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/LLVM.h"#include "llvm/ADT/FunctionExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Error.h"#include "llvm/Support/FormatVariadic.h"#include "llvm/Support/JSON.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Testing/Support/Error.h"#include "llvm/Testing/Support/SupportHelpers.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include <cassert>#include <condition_variable>#include <cstddef>#include <deque>#include <memory>#include <mutex>#include <optional>#include <thread>#include <utility>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. | |