Changes in src/SynTree/Visitor.h [af5c204a:daf1af8]
- File:
-
- 1 edited
-
src/SynTree/Visitor.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.h
raf5c204a rdaf1af8 81 81 virtual void visit( ConstructorExpr * ctorExpr ); 82 82 virtual void visit( CompoundLiteralExpr *compLitExpr ); 83 virtual void visit( UntypedValofExpr *valofExpr ); 83 84 virtual void visit( RangeExpr *rangeExpr ); 84 85 virtual void visit( UntypedTupleExpr *tupleExpr ); … … 162 163 } // if 163 164 } catch( SemanticError &e ) { 164 e.set_location( (*i)->location ); 165 e.set_location( (*i)->location ); 165 166 errors.append( e ); 166 167 } // try
Note:
See TracChangeset
for help on using the changeset viewer.