]> granicus.if.org Git - clang/commit
Refine handling for return value conversions with respect to virtual
authorMike Stump <mrs@apple.com>
Tue, 13 Oct 2009 10:55:21 +0000 (10:55 +0000)
committerMike Stump <mrs@apple.com>
Tue, 13 Oct 2009 10:55:21 +0000 (10:55 +0000)
commitd9878a181f09ffc76b61d430aa3a001102fda5af
tree2a03d30287d332fdf1f283c7d740b6bba6298772
parent3c0ef8cc0dc246bd3083e8cdd63005e8873d36d2
Refine handling for return value conversions with respect to virtual
offsets for covariant thunks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83965 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVtable.cpp
test/CodeGenCXX/virt.cpp