Changes in src/AST/Pass.impl.hpp [37cdd97:665f432]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
r37cdd97 r665f432 823 823 824 824 //-------------------------------------------------------------------------- 825 // FinallyStmt826 template< typename pass_t >827 const ast::Stmt * ast::Pass< pass_t >::visit( const ast::SuspendStmt * node ) {828 VISIT_START( node );829 830 VISIT(831 maybe_accept( node, &SuspendStmt::then );832 )833 834 VISIT_END( Stmt, node );835 }836 837 //--------------------------------------------------------------------------838 825 // WaitForStmt 839 826 template< typename pass_t >
Note:
See TracChangeset
for help on using the changeset viewer.