clang-tools 23.0.0git
ProjectModules.h File Reference
#include "support/Function.h"
#include "support/Path.h"
#include "support/ThreadsafeFS.h"
#include "clang/Tooling/CompilationDatabase.h"
#include <memory>

Go to the source code of this file.

Classes

class  clang::clangd::ProjectModules
 An interface to query the modules information in the project. 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.