Changes in src/AST/Pass.hpp [4ec9513:f6e6a55]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r4ec9513 rf6e6a55 158 158 const ast::Stmt * visit( const ast::SuspendStmt * ) override final; 159 159 const ast::Stmt * visit( const ast::WaitForStmt * ) override final; 160 const ast::WaitForClause * visit( const ast::WaitForClause * ) override final; 160 161 const ast::Decl * visit( const ast::WithStmt * ) override final; 161 162 const ast::NullStmt * visit( const ast::NullStmt * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.