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:
@@ -1234,6 +1234,7 @@ public:
|
||||
|
||||
bool isSystemModule() const;
|
||||
bool isBuiltinModule() const;
|
||||
const ModuleDecl *getAsSwiftModule() const;
|
||||
|
||||
explicit operator bool() const { return !Mod.isNull(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user