Changes in src/AST/Pass.hpp [6cebfef:3945abe]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r6cebfef r3945abe 162 162 const ast::Stmt * visit( const ast::DeclStmt * ) override final; 163 163 const ast::Stmt * visit( const ast::ImplicitCtorDtorStmt * ) override final; 164 const ast::Stmt * visit( const ast::MutexStmt * ) override final;165 164 const ast::Expr * visit( const ast::ApplicationExpr * ) override final; 166 165 const ast::Expr * visit( const ast::UntypedExpr * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.