Changeset aefcc3b for src/main.cc


Ignore:
Timestamp:
Sep 20, 2016, 4:14:13 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
23b6643f
Parents:
8c49c0e
Message:

major change to instantiateFunction to match arguments against the formal parameter's structure rather than the reverse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r8c49c0e raefcc3b  
    250250                } // if
    251251
     252                OPTPRINT( "expandUniqueExpr" ); // xxx - is this the right place for this?
     253                Tuples::expandUniqueExpr( translationUnit );
     254
    252255                // fix ObjectDecl - replaces ConstructorInit nodes
    253256                OPTPRINT( "fixInit" )
Note: See TracChangeset for help on using the changeset viewer.