Clear the map that associated the rewritten block with it's corresponding BlockExpr.

llvm-svn: 57053
This commit is contained in:
Steve Naroff 2008-10-04 17:10:02 +00:00
parent 5f96e4dffc
commit 756efbc7f7

View File

@ -605,6 +605,7 @@ void RewriteBlocks::SynthesizeBlockLiterals(SourceLocation FunLocStart,
ImportedBlockDecls.clear();
}
Blocks.clear();
RewrittenBlockExprs.clear();
}
void RewriteBlocks::InsertBlockLiteralsWithinFunction(FunctionDecl *FD) {