|
clang-tools 22.0.0git
|
#include "Annotations.h"#include "ClangdServer.h"#include "CodeComplete.h"#include "CompileCommands.h"#include "ConfigFragment.h"#include "GlobalCompilationDatabase.h"#include "Matchers.h"#include "SyncAPI.h"#include "TestFS.h"#include "TestTU.h"#include "TidyProvider.h"#include "refactor/Tweak.h"#include "support/MemoryTree.h"#include "support/Path.h"#include "support/Threading.h"#include "clang/Config/config.h"#include "clang/Sema/CodeCompleteConsumer.h"#include "clang/Tooling/ArgumentsAdjusters.h"#include "clang/Tooling/Core/Replacement.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/Config/llvm-config.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/Error.h"#include "llvm/Support/Path.h"#include "llvm/Support/Regex.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/Testing/Support/Error.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include <algorithm>#include <chrono>#include <iostream>#include <optional>#include <random>#include <string>#include <thread>#include <vector>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. | |