[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

@@ -893,7 +893,7 @@ class ModuleInterfaceLoaderImpl {
// Set up a builder if we need to build the module. It'll also set up
// the subinvocation we'll need to use to compute the cache paths.
ParseableInterfaceBuilder builder(
ModuleInterfaceBuilder builder(
ctx.SourceMgr, ctx.Diags, ctx.SearchPathOpts, ctx.LangOpts,
ctx.getClangModuleLoader(), interfacePath, moduleName, cacheDir,
prebuiltCacheDir, /*serializeDependencyHashes*/false,
@@ -1050,7 +1050,7 @@ bool ModuleInterfaceLoader::buildSwiftModuleFromSwiftInterface(
StringRef ModuleName, StringRef InPath, StringRef OutPath,
bool SerializeDependencyHashes, bool TrackSystemDependencies,
bool RemarkOnRebuildFromInterface) {
ParseableInterfaceBuilder builder(SourceMgr, Diags, SearchPathOpts, LangOpts,
ModuleInterfaceBuilder builder(SourceMgr, Diags, SearchPathOpts, LangOpts,
/*clangImporter*/nullptr, InPath,
ModuleName, CacheDir, PrebuiltCacheDir,
SerializeDependencyHashes,