Skip to content

Commit df3da8d

Browse files
authored
Merge pull request #24596 from gmittert/AFewLinesToClearly
Properly Iterate Through RequestedCachedResults
2 parents c7052b0 + 06ac6f4 commit df3da8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/CodeCompletion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5568,8 +5568,8 @@ void CodeCompletionCallbacksImpl::doneParsing() {
55685568
TheModule->forAllVisibleModules(AccessPath, handleImport);
55695569
}
55705570
}
5571-
Lookup.RequestedCachedResults.clear();
55725571
}
5572+
Lookup.RequestedCachedResults.clear();
55735573

55745574
CompletionContext.typeContextKind = Lookup.typeContextKind();
55755575

0 commit comments

Comments
 (0)