Ignore:
Timestamp:
Jan 19, 2024, 2:42:58 AM (6 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
f988834
Parents:
8b4faf6
Message:

Draft Implementation for enum position pesudo function (posE). EnumPosExpr? is mostly irrelevant for now. It is used in development/code probing and will be removed later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.hpp

    r8b4faf6 r59c8dff  
    7676        void postvisit( ast::OffsetPackExpr const * );
    7777        void postvisit( ast::LogicalExpr const * );
     78        void postvisit( ast::EnumPosExpr const * );
    7879        void postvisit( ast::ConditionalExpr const * );
    7980        void postvisit( ast::CommaExpr const * );
Note: See TracChangeset for help on using the changeset viewer.