Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r822332e r525f7ad  
    172172        const ast::Expr *             visit( const ast::ConstantExpr         * ) override final;
    173173        const ast::Expr *             visit( const ast::SizeofExpr           * ) override final;
     174        const ast::Expr *             visit( const ast::CountExpr            * ) override final;
    174175        const ast::Expr *             visit( const ast::AlignofExpr          * ) override final;
    175176        const ast::Expr *             visit( const ast::UntypedOffsetofExpr  * ) override final;
Note: See TracChangeset for help on using the changeset viewer.