Changeset 044ae62 for src/AST/Pass.hpp


Ignore:
Timestamp:
May 29, 2023, 11:44:29 AM (12 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Children:
fa2c005
Parents:
3a513d89 (diff), 2b78949 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ADT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r3a513d89 r044ae62  
    163163        const ast::FinallyClause *    visit( const ast::FinallyClause        * ) override final;
    164164        const ast::Stmt *             visit( const ast::SuspendStmt          * ) override final;
     165    const ast::WhenClause *       visit( const ast::WhenClause           * ) override final;
    165166        const ast::Stmt *             visit( const ast::WaitForStmt          * ) override final;
    166167        const ast::WaitForClause *    visit( const ast::WaitForClause        * ) override final;
     168    const ast::Stmt *             visit( const ast::WaitUntilStmt        * ) override final;
    167169        const ast::Decl *             visit( const ast::WithStmt             * ) override final;
    168170        const ast::NullStmt *         visit( const ast::NullStmt             * ) override final;
Note: See TracChangeset for help on using the changeset viewer.