Changes in src/GenPoly/PolyMutator.h [aadc9a4:baf7fee]
- File:
-
- 1 edited
-
src/GenPoly/PolyMutator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/PolyMutator.h
raadc9a4 rbaf7fee 51 51 virtual void doBeginScope() {} 52 52 virtual void doEndScope() {} 53 54 static void makeTyVarMap( Type *type, TyVarMap &tyVarMap ); 53 55 protected: 54 56 void mutateStatementList( std::list< Statement* > &statements );
Note:
See TracChangeset
for help on using the changeset viewer.