mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ModuleInterfaces] ParseableInterfaceBuilder -> ModuleInterfaceBuilder
Rename ParseableInterfaceBuilder to accompany ModuleInterfaceLoader
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user