Changes in src/GenPoly/Box.cc [3a5131ed:064cb18]
- File:
-
- 1 edited
-
src/GenPoly/Box.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Box.cc
r3a5131ed r064cb18 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 16 14:57:16 201713 // Update Count : 29 712 // Last Modified On : Wed Jun 29 21:43:03 2016 13 // Update Count : 296 14 14 // 15 15 … … 236 236 } // if 237 237 } catch( SemanticError &e ) { 238 e.set_location( (*i)->location );239 238 errors.append( e ); 240 239 } // try … … 263 262 DeclarationWithType *LayoutFunctionBuilder::mutate( FunctionDecl *functionDecl ) { 264 263 functionDecl->set_functionType( maybeMutate( functionDecl->get_functionType(), *this ) ); 264 mutateAll( functionDecl->get_oldDecls(), *this ); 265 265 ++functionNesting; 266 266 functionDecl->set_statements( maybeMutate( functionDecl->get_statements(), *this ) );
Note:
See TracChangeset
for help on using the changeset viewer.