Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r400b8be reb211bf  
    149149        const ast::Stmt *             visit( const ast::ForStmt              * ) override final;
    150150        const ast::Stmt *             visit( const ast::SwitchStmt           * ) override final;
    151         const ast::CaseClause *       visit( const ast::CaseClause           * ) override final;
     151        const ast::Stmt *             visit( const ast::CaseStmt             * ) override final;
    152152        const ast::Stmt *             visit( const ast::BranchStmt           * ) override final;
    153153        const ast::Stmt *             visit( const ast::ReturnStmt           * ) override final;
    154154        const ast::Stmt *             visit( const ast::ThrowStmt            * ) override final;
    155155        const ast::Stmt *             visit( const ast::TryStmt              * ) override final;
    156         const ast::CatchClause *      visit( const ast::CatchClause          * ) override final;
    157         const ast::FinallyClause *    visit( const ast::FinallyClause        * ) override final;
     156        const ast::Stmt *             visit( const ast::CatchStmt            * ) override final;
     157        const ast::Stmt *             visit( const ast::FinallyStmt          * ) override final;
    158158        const ast::Stmt *             visit( const ast::SuspendStmt          * ) override final;
    159159        const ast::Stmt *             visit( const ast::WaitForStmt          * ) override final;
Note: See TracChangeset for help on using the changeset viewer.