forked from OSchip/llvm-project
Clear the map that associated the rewritten block with it's corresponding BlockExpr.
llvm-svn: 57053
This commit is contained in:
parent
5f96e4dffc
commit
756efbc7f7
|
@ -605,6 +605,7 @@ void RewriteBlocks::SynthesizeBlockLiterals(SourceLocation FunLocStart,
|
|||
ImportedBlockDecls.clear();
|
||||
}
|
||||
Blocks.clear();
|
||||
RewrittenBlockExprs.clear();
|
||||
}
|
||||
|
||||
void RewriteBlocks::InsertBlockLiteralsWithinFunction(FunctionDecl *FD) {
|
||||
|
|
Loading…
Reference in New Issue