mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
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
Block a user