Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    rb0d9ff7 rf6e6a55  
    5959    virtual const ast::Expr *             visit( const ast::UntypedExpr          * ) = 0;
    6060    virtual const ast::Expr *             visit( const ast::NameExpr             * ) = 0;
    61     virtual const ast::Expr *             visit( const ast::QualifiedNameExpr    * ) = 0;
    6261    virtual const ast::Expr *             visit( const ast::AddressExpr          * ) = 0;
    6362    virtual const ast::Expr *             visit( const ast::LabelAddressExpr     * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.