Changeset ef75948 for src/GenPoly
- Timestamp:
- Jun 7, 2019, 2:54:41 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- be8518f
- Parents:
- 4e5e6cc (diff), 9151fcb (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/GenPoly/Lvalue.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Lvalue.cc
r4e5e6cc ref75948 196 196 unsigned int i = 0; 197 197 const unsigned int end = ftype->parameters.size(); 198 199 /// The for loop may eagerly dereference the iterators and fail on empty lists 200 if(i == end) { return appExpr; } 198 201 for ( auto p : unsafe_group_iterate( appExpr->args, ftype->parameters ) ) { 199 202 if (i == end) break;
Note:
See TracChangeset
for help on using the changeset viewer.