Changeset 59c8dff for src/InitTweak


Ignore:
Timestamp:
Jan 19, 2024, 2:42:58 AM (11 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/InitTweak/InitTweak.cc

    r8b4faf6 r59c8dff  
    271271                void previsit( const ast::OffsetofExpr * ) {}
    272272                void previsit( const ast::OffsetPackExpr * ) {}
     273                void previsit( const ast::EnumPosExpr * ) {}
    273274                void previsit( const ast::CommaExpr * ) {}
    274275                void previsit( const ast::LogicalExpr * ) {}
Note: See TracChangeset for help on using the changeset viewer.