Changeset 74807be
- Timestamp:
- Aug 15, 2020, 12:02:02 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4fe6224
- Parents:
- f8d05ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Explode.cc
rf8d05ee r74807be 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.