Clean the project (#57)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <expected>
|
||||
|
||||
#include "Support/Struct.h"
|
||||
#include "Support/Error.h"
|
||||
|
||||
namespace clice {
|
||||
|
||||
@@ -41,8 +41,6 @@ std::string scanModuleName(CompilationParams& params);
|
||||
|
||||
/// Run the preprocessor to scan the given module unit to
|
||||
/// collect its module name and dependencies.
|
||||
llvm::Expected<ModuleInfo> scanModule(CompilationParams& params);
|
||||
|
||||
|
||||
std::expected<ModuleInfo, std::string> scanModule(CompilationParams& params);
|
||||
|
||||
} // namespace clice
|
||||
|
||||
Reference in New Issue
Block a user