Changeset d55d7a6 for src/SynTree/Mutator.h
- Timestamp:
- Feb 15, 2018, 3:58:56 PM (8 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:
- 75e3cb2
- Parents:
- d27e340
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Mutator.h
rd27e340 rd55d7a6 148 148 } // if 149 149 } catch( SemanticError &e ) { 150 e.set_location( (*i)->location );151 150 errors.append( e ); 152 151 } // try
Note:
See TracChangeset
for help on using the changeset viewer.