|
clang-tools 22.0.0git
|
#include "TestFS.h"#include "refactor/Tweak.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/DiagnosticIDs.h"#include "clang/Basic/DiagnosticOptions.h"#include "clang/Basic/FileManager.h"#include "clang/Basic/FileSystemOptions.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/SourceManager.h"#include "clang/Tooling/Core/Replacement.h"#include "llvm/ADT/IntrusiveRefCntPtr.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Error.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/Testing/Support/Error.h"#include "gmock/gmock-matchers.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include <cassert>#include <string>#include <utility>#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. | |