#include "ProjectModules.h"
#include "clang/Tooling/CompilationDatabase.h"
Go to the source code of this file.
|
namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
|
|
namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode.
|
|
|
std::unique_ptr< ProjectModules > | clang::clangd::scanningProjectModules (std::shared_ptr< const clang::tooling::CompilationDatabase > CDB, const ThreadsafeFS &TFS) |
| Providing modules information for the project by scanning every file.
|
|