Changeset fc134a48 for src/Common


Ignore:
Timestamp:
Jun 2, 2022, 4:12:53 AM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
1df492a, 90a8125, e5d9274
Parents:
01f6a06
Message:

Implement the struct enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/ResolvProtoDump.cpp

    r01f6a06 rfc134a48  
    227227        }
    228228
    229         void previsit( const ast::EnumInstType * ) {
     229        void previsit( const ast::EnumInstType * enumInst) {
     230                // TODO: Add the meaningful text representation of typed enum
    230231                ss << (int)ast::BasicType::SignedInt;
    231232        }
Note: See TracChangeset for help on using the changeset viewer.