- File:
-
- 1 edited
-
src/ControlStruct/ForExprMutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ForExprMutator.h
r6d49ea3 rd180746 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 17 15:32:48 201713 // Update Count : 512 // Last Modified On : Sat Jul 22 09:17:08 2017 13 // Update Count : 4 14 14 // 15 15 16 16 #pragma once 17 17 18 class IfStmt;19 18 class ForStmt; 20 19 class Statement; … … 23 22 class ForExprMutator { 24 23 public: 25 Statement *postmutate( IfStmt * );26 24 Statement *postmutate( ForStmt * ); 27 25 };
Note:
See TracChangeset
for help on using the changeset viewer.