clang-tools 23.0.0git
ProjectModules.cpp File Reference
#include "ProjectModules.h"
#include "Compiler.h"
#include "support/Logger.h"
#include "clang/DependencyScanning/DependencyScanningService.h"
#include "clang/Tooling/DependencyScanningTool.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Path.h"
#include "llvm/TargetParser/Host.h"

Go to the source code of this file.

Classes

class  clang::clangd::ScanningAllProjectModules
 TODO: The existing ScanningAllProjectModules is not efficient. More...
class  clang::clangd::CompileCommandsProjectModules
 Reads project module information directly from compile commands. More...
class  clang::clangd::CompoundProjectModules
 Combines the compile-commands backend with the scanning backend. More...

Namespaces

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

Functions

std::unique_ptr< ProjectModulesclang::clangd::getProjectModules (std::shared_ptr< const clang::tooling::CompilationDatabase > CDB, const ThreadsafeFS &TFS)
 Creates the project-modules facade used by clangd.