#pragma once #include namespace clice::dependencies { void load(llvm::ArrayRef 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