From 9c83720d17e5a6699a7f3d86a80e6f7bfd9f9166 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Thu, 20 Aug 2009 20:54:15 +0000 Subject: ir-gen patch to destruct array members. WIP. llvm-svn: 79565 --- clang/lib/CodeGen/CodeGenFunction.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index b4cbc965d54..71614c451ce 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -587,6 +587,10 @@ public: const ArrayType *Array, llvm::Value *This); + void EmitCXXAggrDestructorCall(const CXXDestructorDecl *D, + const ArrayType *Array, + llvm::Value *This); + void EmitCXXDestructorCall(const CXXDestructorDecl *D, CXXDtorType Type, llvm::Value *This); -- cgit v1.2.3