Ignore:
Timestamp:
Jan 31, 2018, 4:45:47 PM (6 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:
574894d
Parents:
2cb70aa
Message:

Add withExprs to TypeData::Function_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.h

    r2cb70aa r84276ba  
    6565                StatementNode * body;
    6666                bool newStyle;
     67                ExpressionNode * withExprs;             // expressions from function's with_clause
    6768        };
    6869
Note: See TracChangeset for help on using the changeset viewer.