]> granicus.if.org Git - clang/commit
Win64: Use ConvertType instead of checking the MS inheritance
authorReid Kleckner <reid@kleckner.net>
Fri, 2 May 2014 01:14:59 +0000 (01:14 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 2 May 2014 01:14:59 +0000 (01:14 +0000)
commit2336f58e882c77e0011d6c38b95d128273e7f777
tree3eed90ba89cfd5e1fbada6151b5a2db094754366
parente0526bf22e4db32891ce6779242dc909a65c5676
Win64: Use ConvertType instead of checking the MS inheritance

dependent-type-member-pointer.cpp is failing on a win64 bot because
-fms-extensions is not enabled.  Use ConvertType rather than relying on
the inheritance attributes.  It's less code, but probably slower.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGenCXX/dependent-type-member-pointer.cpp