[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

@@ -1234,6 +1234,7 @@ public:
bool isSystemModule() const;
bool isBuiltinModule() const;
const ModuleDecl *getAsSwiftModule() const;
explicit operator bool() const { return !Mod.isNull(); }
};