]> granicus.if.org Git - clang/commit
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
authorTimur Iskhodzhanov <timurrrr@google.com>
Wed, 27 Feb 2013 13:46:31 +0000 (13:46 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Wed, 27 Feb 2013 13:46:31 +0000 (13:46 +0000)
commit1d4fff5551c2347010b955b4337a2aa7d65a050e
tree23af51dbdbd07e651243307dbf3f1defb03c0ea8
parent0cc798f29d489140dd81b558e9c052e9a83cce39
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784

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