Changes in src/GenPoly/DeclMutator.cc [25a8631:8ca3a72]
- File:
-
- 1 edited
-
src/GenPoly/DeclMutator.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/DeclMutator.cc
r25a8631 r8ca3a72 9 9 // Author : Aaron B. Moss 10 10 // Created On : Fri Nov 27 14:44:00 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Thu Jun 22 13:49:00 201713 // Update Count : 411 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 4 11:16:43 2016 13 // Update Count : 3 14 14 // 15 15 … … 178 178 Statement* DeclMutator::mutate(CatchStmt *catchStmt) { 179 179 catchStmt->set_decl( maybeMutate( catchStmt->get_decl(), *this ) ); 180 catchStmt->set_cond( maybeMutate( catchStmt->get_cond(), *this ) );181 180 catchStmt->set_body( mutateStatement( catchStmt->get_body() ) ); 182 181 return catchStmt;
Note:
See TracChangeset
for help on using the changeset viewer.