- File:
-
- 1 edited
-
src/ControlStruct/MLEMutator.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.cc
rd62806c r397c101a 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : T hr Jan 16 15:33:00 202013 // Update Count : 22 111 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Oct 22 17:22:44 2019 13 // Update Count : 220 14 14 // 15 15 … … 331 331 } 332 332 333 void MLEMutator::premutate( FinallyStmt * ) {334 GuardAction([this, old = std::move(enclosingControlStructures)]() {335 enclosingControlStructures = std::move(old);336 });337 enclosingControlStructures = std::list<Entry>();338 }339 340 333 void MLEMutator::premutate( CaseStmt *caseStmt ) { 341 334 visit_children = false;
Note:
See TracChangeset
for help on using the changeset viewer.