Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735
authorTimur Iskhodzhanov <timurrrr@google.com>
Sun, 4 Aug 2013 17:30:04 +0000 (17:30 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Sun, 4 Aug 2013 17:30:04 +0000 (17:30 +0000)
commit40f2fa9a45a6f16187a706401512a56e403868bf
tree9f7f37d66e1ecbe3261f8ebb3a34613fe2591a90
parentd989ef43734ae73f240174ed945936abeab59fde
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735

llvm-svn: 187709
clang/lib/CodeGen/CGCXX.cpp
clang/lib/CodeGen/CGCXXABI.h
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/test/CodeGenCXX/microsoft-abi-structors.cpp