Changeset 1df492a for src/AST


Ignore:
Timestamp:
Jun 21, 2022, 1:39:14 PM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
eb5962a
Parents:
fc134a48
Message:

Convert TypeInstType? to PointerType? before resolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    rfc134a48 r1df492a  
    650650        if ( __visit_children() ) {
    651651                // unlike structs, traits, and unions, enums inject their members into the global scope
     652                maybe_accept( node, &EnumDecl::base );
    652653                maybe_accept( node, &EnumDecl::params     );
    653654                maybe_accept( node, &EnumDecl::members    );
Note: See TracChangeset for help on using the changeset viewer.