Skip to content
  • Anders Carlsson's avatar
    Handle · 66413c29
    Anders Carlsson authored
    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
    66413c29
Loading