Changes in src/AST/Pass.hpp [19a8c40:fad1f14]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r19a8c40 rfad1f14 141 141 const ast::DirectiveDecl * visit( const ast::DirectiveDecl * ) override final; 142 142 const ast::StaticAssertDecl * visit( const ast::StaticAssertDecl * ) override final; 143 const ast::DeclWithType * visit( const ast::InlineMemberDecl * ) override final;144 143 const ast::CompoundStmt * visit( const ast::CompoundStmt * ) override final; 145 144 const ast::Stmt * visit( const ast::ExprStmt * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.