Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    r2d019af r3e5dd913  
    387387
    388388        virtual const ast::AsmDecl * visit( const ast::AsmDecl * node ) override final {
    389                 safe_print( node->stmt );
    390                 return node;
    391         }
    392 
    393         virtual const ast::DirectiveDecl * visit( const ast::DirectiveDecl * node ) override final {
    394389                safe_print( node->stmt );
    395390                return node;
Note: See TracChangeset for help on using the changeset viewer.