From 40134e71bee0d7a233925b8ed67954ccc5ede6cf Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Fri, 7 Aug 2009 20:22:40 +0000 Subject: More synthesis of copy constructors. Work in progress. llvm-svn: 78402 --- clang/lib/CodeGen/CodeGenFunction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 63632f5f409..b512d3670ba 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -369,6 +369,8 @@ public: void EmitCtorPrologue(const CXXConstructorDecl *CD); + void EmitCopyCtorBody(const CXXConstructorDecl *CD); + /// EmitDtorEpilogue - Emit all code that comes at the end of class's /// destructor. This is to call destructors on members and base classes /// in reverse order of their construction. -- cgit v1.2.3