Deleted Added
full compact
555c555
< llvm::tie(Alloc, AllocEnd) = Ctx->lookup(Context, Name);
---
> llvm::tie(Alloc, AllocEnd) = Ctx->lookup(Name);
660c660
< for (llvm::tie(Alloc, AllocEnd) = GlobalCtx->lookup(Context, Name);
---
> for (llvm::tie(Alloc, AllocEnd) = GlobalCtx->lookup(Name);
683c683
< ((DeclContext *)TUScope->getEntity())->addDecl(Context, Alloc);
---
> ((DeclContext *)TUScope->getEntity())->addDecl(Alloc);
1570c1570
< MarcDestructorReferenced(E->getExprLoc(), E->getType());
---
> MarkDestructorReferenced(E->getExprLoc(), E->getType());