Changeset fc12f05 for src/AST/Visitor.hpp
- Timestamp:
- Nov 13, 2023, 3:43:43 AM (23 months ago)
- Branches:
- master
- Children:
- 25f2798
- Parents:
- 0030b508 (diff), 2174191 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
r0030b508 rfc12f05 60 60 virtual const ast::Stmt * visit( const ast::MutexStmt * ) = 0; 61 61 virtual const ast::Stmt * visit( const ast::CorunStmt * ) = 0; 62 virtual const ast::Stmt * visit( const ast::CoforStmt * ) = 0; 62 63 virtual const ast::Expr * visit( const ast::ApplicationExpr * ) = 0; 63 64 virtual const ast::Expr * visit( const ast::UntypedExpr * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.