mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Code completion] Add code completion support for macro expansions.
This commit is contained in:
@@ -118,6 +118,7 @@ struct RequestedCachedModule {
|
||||
const ModuleDecl *TheModule;
|
||||
bool OnlyTypes;
|
||||
bool OnlyPrecedenceGroups;
|
||||
bool OnlyMacros;
|
||||
};
|
||||
|
||||
} // end namespace ide
|
||||
|
||||
Reference in New Issue
Block a user