Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    r44b4114 rd55d7a6  
    9191        virtual void visit( UntypedInitExpr *  initExpr );
    9292        virtual void visit( InitExpr *  initExpr );
    93         virtual void visit( DeletedExpr * delExpr ) = 0;
    9493
    9594        virtual void visit( VoidType * basicType );
     
    143142                        }
    144143                } catch( SemanticError &e ) {
    145                         e.set_location( (*i)->location );
    146144                        errors.append( e );
    147145                }
Note: See TracChangeset for help on using the changeset viewer.