]> granicus.if.org Git - clang/commit
Test that qualified virtual calls mark vtables referenced in apple kext mode.
authorNico Weber <nicolasweber@gmx.de>
Mon, 26 Jan 2015 02:59:07 +0000 (02:59 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 26 Jan 2015 02:59:07 +0000 (02:59 +0000)
commitf659a25751c6a61180f24150151efaa455364a00
tree33ec6d031843ff2be54ca2582e05e9cbe31b26ac
parentefa82a542b174e4c553897dedbb91bda3b85760e
Test that qualified virtual calls mark vtables referenced in apple kext mode.

I broke this locally while working on PR20337 and no test caught that.  Now
there's coverage for this, and a comment explaining why this is needed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227068 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/apple-kext-indirect-call.cpp
test/CodeGenCXX/apple-kext-indirect-virtual-dtor-call.cpp