[ModuleInterfaces] ParseableInterfaceBuilder -> ModuleInterfaceBuilder

Rename ParseableInterfaceBuilder to accompany ModuleInterfaceLoader
This commit is contained in:
Harlan Haskins
2019-09-13 13:52:16 -07:00
parent fafc5832fe
commit dcbfe443ca
4 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ class LangOptions;
class SearchPathOptions;
class DependencyTracker;
class ParseableInterfaceBuilder {
class ModuleInterfaceBuilder {
llvm::vfs::FileSystem &fs;
DiagnosticEngine &diags;
const StringRef interfacePath;
@@ -68,7 +68,7 @@ class ParseableInterfaceBuilder {
SmallVectorImpl<const char *> &SubArgs);
public:
ParseableInterfaceBuilder(SourceManager &sourceMgr, DiagnosticEngine &diags,
ModuleInterfaceBuilder(SourceManager &sourceMgr, DiagnosticEngine &diags,
const SearchPathOptions &searchPathOpts,
const LangOptions &langOpts,
ClangModuleLoader *clangImporter,