Changeset 3f869f0


Ignore:
Timestamp:
Jul 6, 2016, 6:11:51 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
99f11dd
Parents:
adcc065 (diff), 6a37d13 (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.
Message:

fix conflicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/MLEMutator.h

    radcc065 r3f869f0  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jul  6 16:49:52 2016
    13 // Update Count     : 31
     12// Last Modified On : Wed Jul  6 18:10:49 2016
     13// Update Count     : 32
    1414//
    1515
     
    3535                ~MLEMutator();
    3636
    37                 CompoundStmt *mutate( CompoundStmt *cmpndStmt );
     37                virtual CompoundStmt *mutate( CompoundStmt *cmpndStmt ) override;
    3838                virtual Statement *mutate( WhileStmt *whileStmt ) override;
    3939                virtual Statement *mutate( ForStmt *forStmt ) override;
    4040                virtual Statement *mutate( BranchStmt *branchStmt ) throw ( SemanticError ) override;
    41 
    42                 virtual Statement *mutate( CaseStmt *caseStmt ) override;
    4341                virtual Statement *mutate( IfStmt *ifStmt ) override;
    4442                virtual Statement *mutate( SwitchStmt *switchStmt ) override;
Note: See TracChangeset for help on using the changeset viewer.