mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #28038 from davidungar/rdar-56760957-dont-do-ide-lookups-into-inactive-clauses
[SourceKit NameLookup] Don't walk into inactive clauses.
This commit is contained in:
@@ -627,6 +627,8 @@ public:
|
||||
return Mem;
|
||||
}
|
||||
|
||||
static bool areInactiveIfConfigClausesSupported();
|
||||
|
||||
private:
|
||||
static ast_scope::ASTSourceFileScope *createScopeTree(SourceFile *);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user