Changeset a21aaff for src/GenPoly/InstantiateGeneric.cpp
- Timestamp:
- Mar 14, 2025, 2:58:51 PM (7 weeks ago)
- Branches:
- master
- Children:
- 8c2723f
- Parents:
- e48aca8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/GenPoly/InstantiateGeneric.cpp ¶
re48aca8 ra21aaff 674 674 // Pretty printing can cause this to become incorrect. 675 675 std::string getPrintName( ast::DeclWithType const * decl ) { 676 return ( decl->linkage.is_mangled )676 return ( decl->linkage.is_mangled && decl->mangleName != "" ) 677 677 ? decl->scopedMangleName() : decl->name; 678 678 }
Note: See TracChangeset
for help on using the changeset viewer.