Changeset 3f869f0 for src/ControlStruct/MLEMutator.h
- Timestamp:
- Jul 6, 2016, 6:11:51 PM (9 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.h
radcc065 r3f869f0 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jul 6 1 6:49:52201613 // Update Count : 3 112 // Last Modified On : Wed Jul 6 18:10:49 2016 13 // Update Count : 32 14 14 // 15 15 … … 35 35 ~MLEMutator(); 36 36 37 CompoundStmt *mutate( CompoundStmt *cmpndStmt );37 virtual CompoundStmt *mutate( CompoundStmt *cmpndStmt ) override; 38 38 virtual Statement *mutate( WhileStmt *whileStmt ) override; 39 39 virtual Statement *mutate( ForStmt *forStmt ) override; 40 40 virtual Statement *mutate( BranchStmt *branchStmt ) throw ( SemanticError ) override; 41 42 virtual Statement *mutate( CaseStmt *caseStmt ) override;43 41 virtual Statement *mutate( IfStmt *ifStmt ) override; 44 42 virtual Statement *mutate( SwitchStmt *switchStmt ) override;
Note: See TracChangeset
for help on using the changeset viewer.