]> granicus.if.org Git - clang/commit
Fix PR19104: Incorrect handling of non-virtual calls of virtual methods
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 14 Mar 2014 17:43:37 +0000 (17:43 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 14 Mar 2014 17:43:37 +0000 (17:43 +0000)
commit83f17fdc35a532fb6e95929283f77f8a96fe44d4
treee2fcc2aec1262031d1d172aedfdbc94c9d8fa907
parentce8c748f06be2926532c9d8b26dd21d5e7750ced
Fix PR19104: Incorrect handling of non-virtual calls of virtual methods

Reviewed at http://llvm-reviews.chandlerc.com/D3054

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203949 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp