]> granicus.if.org Git - clang/commit
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)
commitbb1b797d2e432293563747bd9704b22cf0787061
treefe37fcb9f7b6b6b378970d36d60e7e33c983d139
parent6f4f8083931a92f9959168d4430da7ddf9183100
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187709 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/microsoft-abi-structors.cpp