forked from OSchip/llvm-project
parent
78ed86a7e5
commit
21c6c959ec
|
@ -6880,7 +6880,6 @@ void ASTReader::finishPendingActions() {
|
|||
// Note that new macros may be added while deserializing a macro.
|
||||
for (unsigned I = 0; I != PendingMacroIDs.size(); ++I) {
|
||||
PendingMacroIDsMap::iterator PMIt = PendingMacroIDs.begin() + I;
|
||||
IdentifierInfo *II = PMIt->first;
|
||||
SmallVector<serialization::MacroID, 2> MacroIDs;
|
||||
MacroIDs.swap(PMIt->second);
|
||||
for (SmallVectorImpl<serialization::MacroID>::iterator
|
||||
|
|
Loading…
Reference in New Issue