]> granicus.if.org Git - clang/commit
Fix the layout of vb-tables and vf-tables in the MS C++ ABI.
authorJohn McCall <rjmccall@apple.com>
Tue, 8 Nov 2011 04:01:03 +0000 (04:01 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 8 Nov 2011 04:01:03 +0000 (04:01 +0000)
commit9da235244c2de2bcca654b518c66133c30ebde53
treec5da7c4a3e42dab6f510dccbfe52314338d005b5
parent83084c863572b48579767a4dd5dc686e1a8d669d
Fix the layout of vb-tables and vf-tables in the MS C++ ABI.
Based on work by Dmitry Sokolov!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144072 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/RecordLayoutBuilder.cpp
lib/CodeGen/CGRecordLayoutBuilder.cpp
test/Sema/ms_class_layout.cpp