Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    rc86b08d r66a89e7  
    162162        const ast::FinallyClause *    visit( const ast::FinallyClause        * ) override final;
    163163        const ast::Stmt *             visit( const ast::SuspendStmt          * ) override final;
    164     const ast::WhenClause *       visit( const ast::WhenClause           * ) override final;
    165164        const ast::Stmt *             visit( const ast::WaitForStmt          * ) override final;
    166165        const ast::WaitForClause *    visit( const ast::WaitForClause        * ) override final;
    167     const ast::Stmt *             visit( const ast::WaitUntilStmt        * ) override final;
    168166        const ast::Decl *             visit( const ast::WithStmt             * ) override final;
    169167        const ast::NullStmt *         visit( const ast::NullStmt             * ) override final;
Note: See TracChangeset for help on using the changeset viewer.