Changes in src/AST/Pass.hpp [3e5dd913:2d019af]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r3e5dd913 r2d019af 139 139 const ast::Decl * visit( const ast::TypedefDecl * ) override final; 140 140 const ast::AsmDecl * visit( const ast::AsmDecl * ) override final; 141 const ast::DirectiveDecl * visit( const ast::DirectiveDecl * ) override final; 141 142 const ast::StaticAssertDecl * visit( const ast::StaticAssertDecl * ) override final; 142 143 const ast::CompoundStmt * visit( const ast::CompoundStmt * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.