Files
clice/include/Compiler/Dependency.h
2024-10-15 17:52:29 +08:00

18 lines
325 B
C++

#pragma once
#include <Compiler/Clang.h>
namespace clice::dependencies {
void load(llvm::ArrayRef<llvm::StringRef> dirs);
/// Record the include graph of the translation unit.
struct IncludeGraph {};
/// Record the map between module name and file path.
struct ModuleMap {};
// TODO:
} // namespace clice::dependency