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/Common/PassVisitor.impl.h

    rb110bcc r28f8f15  
    754754
    755755        // unlike structs, traits, and unions, enums inject their members into the global scope
    756         // if ( node->base ) maybeAccept_impl( node->base, *this ); // Need this? Maybe not?
     756        maybeAccept_impl( node->data_constructors, *this );
     757        maybeAccept_impl( node->data_union, *this );
     758        maybeAccept_impl( node->tags, *this );
    757759        maybeAccept_impl( node->parameters, *this );
    758760        maybeAccept_impl( node->members   , *this );
Note: See TracChangeset for help on using the changeset viewer.