Changeset fc134a48 for src/Common/ResolvProtoDump.cpp
- Timestamp:
- Jun 2, 2022, 4:12:53 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 1df492a, 90a8125, e5d9274
- Parents:
- 01f6a06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ResolvProtoDump.cpp
r01f6a06 rfc134a48 227 227 } 228 228 229 void previsit( const ast::EnumInstType * ) { 229 void previsit( const ast::EnumInstType * enumInst) { 230 // TODO: Add the meaningful text representation of typed enum 230 231 ss << (int)ast::BasicType::SignedInt; 231 232 }
Note: See TracChangeset
for help on using the changeset viewer.