Ignore:
Timestamp:
Apr 27, 2023, 3:13:24 PM (14 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Children:
561354f
Parents:
b110bcc
Message:

Save progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    rb110bcc r28f8f15  
    321321                        get<Type>().accept1(node->base)
    322322                );
     323                decl->data_constructors = get<StructDecl>().acceptL( node->data_constructors );
     324                decl->data_union = get<UnionDecl>().accept1( node->data_union );
     325                decl->tags = get<EnumDecl>().accept1( node->tag );
     326                decl->tag_union = get<StructDecl>().accept1( node->tag_union );
    323327                return aggregatePostamble( decl, node );
    324328        }
Note: See TracChangeset for help on using the changeset viewer.