mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] CursorInfo: The result of cursor info for a module name starts to include group names in that module.
This commit is contained in:
@@ -294,6 +294,8 @@ struct CursorInfo {
|
||||
ArrayRef<StringRef> OverrideUSRs;
|
||||
/// Related declarations, overloaded functions etc., in annotated XML form.
|
||||
ArrayRef<StringRef> AnnotatedRelatedDeclarations;
|
||||
/// All groups of the module name under cursor.
|
||||
ArrayRef<StringRef> ModuleGroupArray;
|
||||
bool IsSystem = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user