Ignore:
Timestamp:
Apr 21, 2022, 9:03:39 AM (2 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
94d91e17
Parents:
3c79ea9 (diff), f6e6a55 (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' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r3c79ea9 r4c530a5  
    5050    virtual const ast::Stmt *             visit( const ast::SuspendStmt          * ) = 0;
    5151    virtual const ast::Stmt *             visit( const ast::WaitForStmt          * ) = 0;
     52    virtual const ast::WaitForClause *    visit( const ast::WaitForClause        * ) = 0;
    5253    virtual const ast::Decl *             visit( const ast::WithStmt             * ) = 0;
    5354    virtual const ast::NullStmt *         visit( const ast::NullStmt             * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.