Changeset 9617533 for src/ResolvExpr
- Timestamp:
- Sep 3, 2020, 4:28:16 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a3ade94, ebb7b66
- Parents:
- 47dd0d2 (diff), 447b0d2b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/ResolvExpr/Unify.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
r47dd0d2 r9617533 1113 1113 ast::Pass<TtypeExpander_new> expander{ tenv }; 1114 1114 1115 // ast::ptr<ast::TupleType> tuplec = tuple;1116 // ast::ptr<ast::TupleType> tuple2c = tuple2;1117 1115 const ast::Type * flat = tuple->accept( expander ); 1118 1116 const ast::Type * flat2 = tuple2->accept( expander );
Note:
See TracChangeset
for help on using the changeset viewer.