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