Changeset fc1a3e2 for src/SymTab
- Timestamp:
- Apr 19, 2024, 2:36:52 PM (19 months ago)
- Branches:
- master
- Children:
- ba97ebf
- Parents:
- b9b6efb
- File:
-
- 1 edited
-
src/SymTab/Mangler.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Mangler.cc
rb9b6efb rfc1a3e2 283 283 postvisit( enumAttr->instance ); 284 284 // mangleName += "_pos"; 285 switch ( enumAttr->attr )286 {287 case ast::EnumAttribute::Label:288 mangleName += "_label_";289 break;290 case ast::EnumAttribute::Posn:285 switch ( enumAttr->attr ) 286 { 287 case ast::EnumAttribute::Label: 288 mangleName += "_label_"; 289 break; 290 case ast::EnumAttribute::Posn: 291 291 mangleName += "_posn_"; 292 break;293 case ast::EnumAttribute::Value:294 mangleName += "_value_";295 break;296 }292 break; 293 case ast::EnumAttribute::Value: 294 mangleName += "_value_"; 295 break; 296 } 297 297 298 298 }
Note:
See TracChangeset
for help on using the changeset viewer.