Ignore:
Timestamp:
May 2, 2022, 3:18:32 AM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
24ceace
Parents:
2686bc7
Message:

Resolution of struct enum. The codegen of struct enum will be in the next commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    r2686bc7 r9e7236f4  
    17241724        }
    17251725
    1726         // Convert SynTree::EnumDecl to AST::EnumDecl
     1726
    17271727        virtual void visit( const EnumDecl * old ) override final {
    17281728                if ( inCache( old ) ) return;
Note: See TracChangeset for help on using the changeset viewer.