Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r525f7ad racb33f15  
    7575    virtual const ast::Expr *             visit( const ast::ConstantExpr         * ) = 0;
    7676    virtual const ast::Expr *             visit( const ast::SizeofExpr           * ) = 0;
    77     virtual const ast::Expr *             visit( const ast::CountExpr            * ) = 0;
    7877    virtual const ast::Expr *             visit( const ast::AlignofExpr          * ) = 0;
    7978    virtual const ast::Expr *             visit( const ast::UntypedOffsetofExpr  * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.