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 | 66413c29d395e69219302025203434558e462617 (patch) | |
tree | d84e56d8744822d3b571dd5d2330e11978db4907 /clang/lib/Frontend/PCHReaderDecl.cpp | |
parent | 63dce025449eecf17678ce1c5b6fac4a1b582e9e (diff) | |
download | bcm5719-llvm-66413c29d395e69219302025203434558e462617.tar.gz bcm5719-llvm-66413c29d395e69219302025203434558e462617.zip |
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).
llvm-svn: 84162
Diffstat (limited to 'clang/lib/Frontend/PCHReaderDecl.cpp')
0 files changed, 0 insertions, 0 deletions