Ignore:
Timestamp:
May 22, 2019, 1:02:13 PM (5 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
9d23c2d
Parents:
ed5e798
Message:

finished draft past of converting expressions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Expression.h

    red5e798 r20de6fb  
    741741        virtual Expression * acceptMutator( Mutator & m ) { return m.mutate( this ); }
    742742        virtual void print( std::ostream & os, Indenter indent = {} ) const;
     743
     744        friend class ConverterNewToOld;
     745  private:
     746    TupleAssignExpr( StmtExpr * stmts );
    743747};
    744748
Note: See TracChangeset for help on using the changeset viewer.