Changeset 400b8be for src/Concurrency
- Timestamp:
- Mar 28, 2022, 10:41:45 AM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 8e819a9
- Parents:
- f5bace8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/KeywordsNew.cpp
rf5bace8 r400b8be 1333 1333 1334 1334 // construct the current try 1335 currentTry = new ast::TryStmt( 1336 location, 1337 currTryBody, 1338 {}, 1339 new ast::Finally Stmt( location, currFinallyBody )1335 currentTry = new ast::TryStmt( 1336 location, 1337 currTryBody, 1338 {}, 1339 new ast::FinallyClause( location, currFinallyBody ) 1340 1340 ); 1341 1341 if ( i == 0 ) outerTry = currentTry; … … 1351 1351 lastBody->push_back( body ); 1352 1352 newBody->push_front( outerTry ); 1353 } 1353 } 1354 1354 1355 1355 // monitor_guard_t __guard = { __monitors, # };
Note:
See TracChangeset
for help on using the changeset viewer.