commit | 97a937532c24a8ea44317d4fdee26d9701a1e83c | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Aug 07 20:22:40 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Aug 07 20:22:40 2009 +0000 |
tree | 72bf23f715386546c2f1d1b30b34fc431011d31a | |
parent | e6e1d609f6a14882be5336005f5d0222ef18b814 [diff] [blame] |
More synthesis of copy constructors. Work in progress. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78402 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index 0f155ec..7c9b3af 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp
@@ -247,6 +247,7 @@ assert(!ClassDecl->hasUserDeclaredCopyConstructor() && "bogus constructor is being synthesize"); StartFunction(FD, FD->getResultType(), Fn, Args, SourceLocation()); + EmitCopyCtorBody(CD); FinishFunction(); } else {