Changes in src/GenPoly/PolyMutator.cc [aadc9a4:bfae637]
- File:
-
- 1 edited
-
src/GenPoly/PolyMutator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/PolyMutator.cc
raadc9a4 rbfae637 27 27 } 28 28 29 PolyMutator::PolyMutator() : env( 0 ) { 30 } 29 PolyMutator::PolyMutator() : scopeTyVars( (TypeDecl::Kind)-1 ), env( 0 ) {} 31 30 32 31 void PolyMutator::mutateStatementList( std::list< Statement* > &statements ) {
Note:
See TracChangeset
for help on using the changeset viewer.