Changes in src/SynTree/Visitor.h [44b4114:d55d7a6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.h
r44b4114 rd55d7a6 91 91 virtual void visit( UntypedInitExpr * initExpr ); 92 92 virtual void visit( InitExpr * initExpr ); 93 virtual void visit( DeletedExpr * delExpr ) = 0;94 93 95 94 virtual void visit( VoidType * basicType ); … … 143 142 } 144 143 } catch( SemanticError &e ) { 145 e.set_location( (*i)->location );146 144 errors.append( e ); 147 145 }
Note:
See TracChangeset
for help on using the changeset viewer.