Changeset 98735ef for src/GenPoly


Ignore:
Timestamp:
Feb 11, 2016, 3:28:23 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, string, with_gc
Children:
cce7872
Parents:
408d460
Message:

Renamed type parameters on generic struct assignment operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    r408d460 r98735ef  
    13991399                                delete memberExpr;
    14001400                                return fieldLoc;
    1401                         } else if ( UnionInstType *unionType = dynamic_cast< UnionInstType* >( objectType ) ) {
     1401                        } else if ( dynamic_cast< UnionInstType* >( objectType ) ) {
    14021402                                // union members are all at offset zero, so build appropriately-dereferenced variable
    14031403                                Expression *derefdVar = makeDerefdVar( varExpr->clone(), varDepth );
Note: See TracChangeset for help on using the changeset viewer.