Ignore:
Timestamp:
Jun 29, 2016, 4:47:57 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
a1d7679
Parents:
89b686a (diff), 87b5bf0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r89b686a re64365c  
    503503                delete ctorInit->get_ctor();
    504504                ctorInit->set_ctor( NULL );
     505                delete ctorInit->get_dtor();
     506                ctorInit->set_dtor( NULL );
    505507                maybeAccept( ctorInit->get_init(), *this );
    506508        }
Note: See TracChangeset for help on using the changeset viewer.