Changeset 7ff3e522 for src/Tuples/Explode.cc
- Timestamp:
- Aug 12, 2020, 10:31:58 AM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f8d05ee
- Parents:
- 343d10e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Explode.cc
r343d10e r7ff3e522 179 179 ast::Pass<CastExploderCore> exploder; 180 180 expr = expr->accept( exploder ); 181 if ( ! exploder. pass.foundUniqueExpr ) {181 if ( ! exploder.core.foundUniqueExpr ) { 182 182 expr = new ast::CastExpr{ expr, new ast::ReferenceType{ expr->result } }; 183 183 }
Note: See TracChangeset
for help on using the changeset viewer.