Changeset 6d49ea3 for src/ControlStruct/ForExprMutator.h
- Timestamp:
- Aug 17, 2017, 5:37:20 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 274ce8c
- Parents:
- 936e9f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ForExprMutator.h
r936e9f4 r6d49ea3 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Jul 22 09:17:08 201713 // Update Count : 412 // Last Modified On : Thu Aug 17 15:32:48 2017 13 // Update Count : 5 14 14 // 15 15 16 16 #pragma once 17 17 18 class IfStmt; 18 19 class ForStmt; 19 20 class Statement; … … 22 23 class ForExprMutator { 23 24 public: 25 Statement *postmutate( IfStmt * ); 24 26 Statement *postmutate( ForStmt * ); 25 27 };
Note: See TracChangeset
for help on using the changeset viewer.