Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    racb33f15 r525f7ad  
    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;
    7778    virtual const ast::Expr *             visit( const ast::AlignofExpr          * ) = 0;
    7879    virtual const ast::Expr *             visit( const ast::UntypedOffsetofExpr  * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.