Changes in src/GenPoly/PolyMutator.h [843054c2:09f800b]
- File:
-
- 1 edited
-
src/GenPoly/PolyMutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/PolyMutator.h
r843054c2 r09f800b 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Tue May 19 07:46:45201513 // Update Count : 111 // Last Modified By : Rob Schluntz 12 // Last Modified On : Fri Aug 14 15:27:38 2015 13 // Update Count : 4 14 14 // 15 15 … … 45 45 46 46 virtual Expression* mutate(UntypedExpr *untypedExpr); 47 47 48 virtual Initializer* mutate(SingleInit *SingleInit); 49 48 50 // template method 49 51 virtual void doBeginScope() {}
Note:
See TracChangeset
for help on using the changeset viewer.