]> granicus.if.org Git - clang/commit
[MS ABI] Error instead of generating bad vftables for certain virtual hierarchies...
authorHans Wennborg <hans@hanshq.net>
Thu, 27 Feb 2014 01:14:31 +0000 (01:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 27 Feb 2014 01:14:31 +0000 (01:14 +0000)
commitda810d9f6c8fd1b93c3e6775ebae59b487157cd8
treef4bba3b1d690361a5ffef608c58159f4ddbeefcd
parenta1648076d7eab049feb0bfeed35b666c514ff2a6
[MS ABI] Error instead of generating bad vftables for certain virtual hierarchies (PR18967)

Erroring out until we fix the bug means we don't have to keep chasing down
this same miscompile in a bunch of different places.

Differential Revision: http://llvm-reviews.chandlerc.com/D2890

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/VTableBuilder.cpp
test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-pr18967.cpp [new file with mode: 0644]