- File:
-
- 1 edited
-
src/ControlStruct/ForExprMutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ForExprMutator.h
ree3c93d r6d49ea3 18 18 class IfStmt; 19 19 class ForStmt; 20 class WhileStmt;21 20 class Statement; 22 21 … … 26 25 Statement *postmutate( IfStmt * ); 27 26 Statement *postmutate( ForStmt * ); 28 Statement *postmutate( WhileStmt * );29 27 }; 30 28 } // namespace ControlStruct
Note:
See TracChangeset
for help on using the changeset viewer.