Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    rd55d7a6 r44b4114  
    9191        virtual void visit( UntypedInitExpr *  initExpr );
    9292        virtual void visit( InitExpr *  initExpr );
     93        virtual void visit( DeletedExpr * delExpr ) = 0;
    9394
    9495        virtual void visit( VoidType * basicType );
     
    142143                        }
    143144                } catch( SemanticError &e ) {
     145                        e.set_location( (*i)->location );
    144146                        errors.append( e );
    145147                }
Note: See TracChangeset for help on using the changeset viewer.