Ignore:
Timestamp:
Nov 16, 2016, 4:37:50 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:
186fd86
Parents:
33a7b6d
Message:

moved substituion into MemberExpr? constructor, change generated tuple structs to generic structs, tuples containing type variables almost works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/PolyMutator.h

    r33a7b6d rd9fa60a  
    4747
    4848                virtual Expression* mutate(UntypedExpr *untypedExpr);
     49                virtual Expression* mutate( StmtExpr *stmtExpr );
    4950
    5051                virtual Initializer* mutate(SingleInit *SingleInit);
Note: See TracChangeset for help on using the changeset viewer.