Changes in src/SynTree/Visitor.h [dba6db9:ce8c12f]
- File:
-
- 1 edited
-
src/SynTree/Visitor.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.h
rdba6db9 rce8c12f 94 94 virtual void visit( PointerType *pointerType ); 95 95 virtual void visit( ArrayType *arrayType ); 96 virtual void visit( ReferenceType *refType ); 96 97 virtual void visit( FunctionType *functionType ); 97 98 virtual void visit( StructInstType *aggregateUseType ); … … 163 164 } // if 164 165 } catch( SemanticError &e ) { 165 e.set_location( (*i)->location ); 166 e.set_location( (*i)->location ); 166 167 errors.append( e ); 167 168 } // try
Note:
See TracChangeset
for help on using the changeset viewer.