Changeset f6e6a55 for src/AST/Pass.hpp


Ignore:
Timestamp:
Apr 20, 2022, 3:00:11 PM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
4c530a5
Parents:
2686bc7
Message:

Added ast::WaitForClause? and changed ast::WaitForStmt? to use it. This simplified a lot of the internal code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r2686bc7 rf6e6a55  
    158158        const ast::Stmt *             visit( const ast::SuspendStmt          * ) override final;
    159159        const ast::Stmt *             visit( const ast::WaitForStmt          * ) override final;
     160        const ast::WaitForClause *    visit( const ast::WaitForClause        * ) override final;
    160161        const ast::Decl *             visit( const ast::WithStmt             * ) override final;
    161162        const ast::NullStmt *         visit( const ast::NullStmt             * ) override final;
Note: See TracChangeset for help on using the changeset viewer.