Changeset 67cf18c for src/SynTree/Mutator.cc
- Timestamp:
- May 26, 2017, 6:37:49 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 01b9928
- Parents:
- ff03f5c
- git-author:
- Rob Schluntz <rschlunt@…> (05/26/17 18:34:50)
- git-committer:
- Rob Schluntz <rschlunt@…> (05/26/17 18:37:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.cc
rff03f5c r67cf18c 77 77 TypeDecl *Mutator::mutate( TypeDecl *typeDecl ) { 78 78 handleNamedTypeDecl( typeDecl ); 79 typeDecl->set_init( maybeMutate( typeDecl->get_init(), *this ) ); 79 80 return typeDecl; 80 81 }
Note: See TracChangeset
for help on using the changeset viewer.