Changes in src/AST/Pass.hpp [3945abe:2d019af]
- File:
-
- 1 edited
-
src/AST/Pass.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.hpp
r3945abe r2d019af 213 213 const ast::Type * visit( const ast::TupleType * ) override final; 214 214 const ast::Type * visit( const ast::TypeofType * ) override final; 215 const ast::Type * visit( const ast::VTableType * ) override final;216 215 const ast::Type * visit( const ast::VarArgsType * ) override final; 217 216 const ast::Type * visit( const ast::ZeroType * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.