Changeset c19edd1 for src/Common/ResolvProtoDump.cpp
- Timestamp:
- Jun 22, 2022, 12:59:09 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- ae2f2ae
- Parents:
- c5d5723
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ResolvProtoDump.cpp
rc5d5723 rc19edd1 227 227 } 228 228 229 void previsit( const ast::EnumInstType * enumInst) {229 void previsit( const ast::EnumInstType * ) { 230 230 // TODO: Add the meaningful text representation of typed enum 231 231 ss << (int)ast::BasicType::SignedInt;
Note: See TracChangeset
for help on using the changeset viewer.