Changeset 8e9d567 for src/Tuples/Explode.cc
- Timestamp:
- Aug 19, 2020, 2:09:04 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 03a4c73
- Parents:
- 133a161 (diff), 13d33a75 (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
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Explode.cc
r133a161 r8e9d567 161 161 castAdded = false; 162 162 const ast::Type * newType = getReferenceBase( newNode->result ); 163 return new ast::CastExpr{ newNode->location, n ode, newType };163 return new ast::CastExpr{ newNode->location, newNode, newType }; 164 164 } 165 165 return newNode;
Note: See TracChangeset
for help on using the changeset viewer.