[SourceKit] CursorInfo: The result of cursor info for a module name starts to include group names in that module.

This commit is contained in:
Xi Ge
2016-03-21 16:29:18 -07:00
parent acdf28f440
commit 3dd149ab99
8 changed files with 55 additions and 1 deletions

View File

@@ -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;
};