First step towards vftable generation with -cxx-abi microsoft PR13231
authorTimur Iskhodzhanov <timurrrr@google.com>
Mon, 21 Jan 2013 13:02:41 +0000 (13:02 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Mon, 21 Jan 2013 13:02:41 +0000 (13:02 +0000)
commit52b8a052344c871b859e5f2d43d5c9b8fff46c8f
tree48315b5e363b5a4ec4a736fd06174ccc39c08742
parentd11e9a8300d1383ce0f6a84d717824da42a1745f
First step towards vftable generation with -cxx-abi microsoft PR13231

llvm-svn: 173035
clang/include/clang/AST/VTableBuilder.h
clang/lib/AST/VTableBuilder.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/test/CodeGenCXX/microsoft-abi-constructors.cpp
clang/test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp [new file with mode: 0644]