We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25de6a commit 7d2203eCopy full SHA for 7d2203e
lib/AST/ASTScopeCreation.cpp
@@ -1750,7 +1750,7 @@ void ASTScopeImpl::reexpand(ScopeCreator &scopeCreator) {
1750
auto astAncestorScopes = rescueASTAncestorScopesForReuseFromMeOrDescendants();
1751
disownDescendants(scopeCreator);
1752
// If the expansion recurses back into the tree for lookup, the ASTAncestor
1753
- // scopes will have already been rescued and won't be found! HERE
+ // scopes will have already been rescued and won't be found!
1754
expandAndBeCurrent(scopeCreator);
1755
replaceASTAncestorScopes(astAncestorScopes);
1756
}
0 commit comments