Changeset d4f1521 for tests/raii/dtor-early-exit.cfa
- Timestamp:
- Nov 27, 2019, 5:04:19 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr
- Children:
- 0f9ceacb
- Parents:
- 30763fd (diff), 397c101 (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
-
tests/raii/dtor-early-exit.cfa
r30763fd rd4f1521 217 217 } 218 218 219 void i() { 220 // potential loop 221 for() { 222 if(true) continue; 223 int t = 0; 224 } 225 } 226 219 227 // TODO: implement __label__ and uncomment these lines 220 228 void computedGoto() {
Note: See TracChangeset
for help on using the changeset viewer.