diff options
author | Timur Iskhodzhanov <timurrrr@google.com> | 2013-08-04 17:30:04 +0000 |
---|---|---|
committer | Timur Iskhodzhanov <timurrrr@google.com> | 2013-08-04 17:30:04 +0000 |
commit | 40f2fa9a45a6f16187a706401512a56e403868bf (patch) | |
tree | 9f7f37d66e1ecbe3261f8ebb3a34613fe2591a90 /clang/lib/CodeGen/CodeGenModule.h | |
parent | d989ef43734ae73f240174ed945936abeab59fde (diff) | |
download | bcm5719-llvm-40f2fa9a45a6f16187a706401512a56e403868bf.tar.gz bcm5719-llvm-40f2fa9a45a6f16187a706401512a56e403868bf.zip |
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735
llvm-svn: 187709
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index c99a0ecfc7e..8e2739e3f9f 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1033,10 +1033,6 @@ private: void EmitLinkageSpec(const LinkageSpecDecl *D); void CompleteDIClassType(const CXXMethodDecl* D); - /// EmitCXXConstructors - Emit constructors (base, complete) from a - /// C++ constructor Decl. - void EmitCXXConstructors(const CXXConstructorDecl *D); - /// EmitCXXConstructor - Emit a single constructor with the given type from /// a C++ constructor Decl. void EmitCXXConstructor(const CXXConstructorDecl *D, CXXCtorType Type); |