Files
clice/include/Compiler/Dependency.h
2024-10-04 10:42:14 +08:00

18 lines
310 B
C++

#pragma once
#include <Support/ADT.h>
namespace clice::dependencies {
void load(ArrayRef<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