Changes in src/AST/Pass.hpp [822332e:525f7ad]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r822332e r525f7ad 172 172 const ast::Expr * visit( const ast::ConstantExpr * ) override final; 173 173 const ast::Expr * visit( const ast::SizeofExpr * ) override final; 174 const ast::Expr * visit( const ast::CountExpr * ) override final; 174 175 const ast::Expr * visit( const ast::AlignofExpr * ) override final; 175 176 const ast::Expr * visit( const ast::UntypedOffsetofExpr * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.