diff options
author | Anders Carlsson <andersca@mac.com> | 2009-10-15 00:51:46 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-10-15 00:51:46 +0000 |
commit | b3f744252a460c45e2e77053491285978286c384 (patch) | |
tree | 17a8b5a9e72bfac2f1370adae68bb5a01df69fd2 /lib/CodeGen/CGVtable.cpp | |
parent | 8d6d90d5499d4248761251811ebed0ae77665ed7 (diff) |
Handle
struct A { };
struct B : A { };
void f() {
const A& a = B();
}
correctly. (This now does the offset conversion if necessary and calls the destructor when a goes out of scope).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
0 files changed, 0 insertions, 0 deletions