Changeset ef6851a for src/ControlStruct/ExceptTranslate.cc
- Timestamp:
- Jul 12, 2017, 9:50:58 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:
- 1a6e855
- Parents:
- 8b47e50 (diff), acb89ed (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslate.cc
r8b47e50 ref6851a 10 10 // Created On : Wed Jun 14 16:49:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Tus Jul 11 16:33:00 201713 // Update Count : 212 // Last Modified On : Wed Jul 12 15:07:00 2017 13 // Update Count : 3 14 14 // 15 15 … … 593 593 594 594 PassVisitor<ExceptionMutatorCore> translator; 595 for ( Declaration * decl : translationUnit ) { 596 decl->acceptMutator( translator ); 597 } 595 mutateAll( translationUnit, translator ); 598 596 } 599 597 }
Note: See TracChangeset
for help on using the changeset viewer.