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

14 lines
244 B
C++

#pragma once
namespace clice::dependency {
/// 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