Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/MLEMutator.cc

    r397c101a rd62806c  
    99// Author           : Rodolfo G. Esteves
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Oct 22 17:22:44 2019
    13 // Update Count     : 220
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Thr Jan 16 15:33:00 2020
     13// Update Count     : 221
    1414//
    1515
     
    331331        }
    332332
     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
    333340        void MLEMutator::premutate( CaseStmt *caseStmt ) {
    334341                visit_children = false;
Note: See TracChangeset for help on using the changeset viewer.