Changes in src/AST/Print.cpp [3945abe:2d019af]
- File:
-
- 1 edited
-
src/AST/Print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Print.cpp
r3945abe r2d019af 1416 1416 } 1417 1417 1418 virtual const ast::Type * visit( const ast::VTableType * node ) override final {1419 preprint( node );1420 os << "vtable for ";1421 safe_print( node->base );1422 1423 return node;1424 }1425 1426 1418 virtual const ast::Type * visit( const ast::VarArgsType * node ) override final { 1427 1419 preprint( node );
Note:
See TracChangeset
for help on using the changeset viewer.