Changeset a32b204 for translator/SynTree/Mutator.h
- Timestamp:
- May 17, 2015, 1:19:35 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 0dd3a2f
- Parents:
- b87a5ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
translator/SynTree/Mutator.h
rb87a5ed ra32b204 110 110 } 111 111 } 112 if ( ! errors.isEmpty() ) {112 if ( ! errors.isEmpty() ) { 113 113 throw errors; 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.