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)
commit57cbe5c790256791a58c0e394641b0136131d997
tree32048a3476d8c10d23b5006ceed1b654fe35edf1
parent8ee2a5adc79c3fcc648953b996a3ea3b4aaf7ef2
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784

llvm-svn: 176186
clang/lib/AST/MicrosoftMangle.cpp
clang/lib/CodeGen/CGCXX.cpp
clang/lib/CodeGen/CGCXXABI.cpp
clang/lib/CodeGen/CGCXXABI.h
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGVTables.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/test/CodeGenCXX/microsoft-abi-structors.cpp