mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Completely replace Module with ModuleDecl
The typedef `swift::Module` was a temporary solution that allowed `swift::Module` to be renamed to `swift::ModuleDecl` without requiring every single callsite to be modified. Modify all the callsites, and get rid of the typedef.
This commit is contained in:
@@ -60,7 +60,7 @@ void printModuleInterface(ModuleDecl *M, Optional<StringRef> Group,
|
||||
const bool PrintSynthesizedExtensions);
|
||||
|
||||
// FIXME: this API should go away when Swift can represent Clang submodules as
|
||||
// 'swift::Module *' objects.
|
||||
// 'swift::ModuleDecl *' objects.
|
||||
void printSubmoduleInterface(ModuleDecl *M, ArrayRef<StringRef> FullModuleName,
|
||||
ArrayRef<StringRef> GroupNames,
|
||||
ModuleTraversalOptions TraversalOptions,
|
||||
|
||||
Reference in New Issue
Block a user