Changeset 561354f for src/AST/Print.cpp


Ignore:
Timestamp:
May 17, 2023, 1:33:39 AM (12 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Children:
d6c464d
Parents:
28f8f15
Message:

Save progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    r28f8f15 r561354f  
    407407
    408408        virtual const ast::Decl * visit( const ast::EnumDecl * node ) override final {
     409                print(node);
     410                return node;
     411        }
     412
     413        virtual const ast::Decl * visit( const ast::AdtDecl * node ) override final {
    409414                print(node);
    410415                return node;
Note: See TracChangeset for help on using the changeset viewer.