Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    raf5c204a rdaf1af8  
    8181        virtual void visit( ConstructorExpr * ctorExpr );
    8282        virtual void visit( CompoundLiteralExpr *compLitExpr );
     83        virtual void visit( UntypedValofExpr *valofExpr );
    8384        virtual void visit( RangeExpr *rangeExpr );
    8485        virtual void visit( UntypedTupleExpr *tupleExpr );
     
    162163                        } // if
    163164                } catch( SemanticError &e ) {
    164                         e.set_location( (*i)->location );
     165                        e.set_location( (*i)->location );                       
    165166                        errors.append( e );
    166167                } // try
Note: See TracChangeset for help on using the changeset viewer.