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.
2 parents 03e0c4f + 065a25f commit de91fb6Copy full SHA for de91fb6
lib/Parse/PersistentParserState.cpp
@@ -83,6 +83,7 @@ void PersistentParserState::delayDeclList(IterableDeclContext* D,
83
84
void PersistentParserState::parseAllDelayedDeclLists() {
85
std::vector<IterableDeclContext*> AllDelayed;
86
+ AllDelayed.reserve(DelayedDeclListStates.size());
87
for (auto &P: DelayedDeclListStates) {
88
AllDelayed.push_back(P.first);
89
}
0 commit comments