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:
David Ungar
2019-11-06 00:40:20 -08:00
committed by GitHub
3 changed files with 25 additions and 1 deletions

View File

@@ -627,6 +627,8 @@ public:
return Mem;
}
static bool areInactiveIfConfigClausesSupported();
private:
static ast_scope::ASTSourceFileScope *createScopeTree(SourceFile *);
};