Changeset 119889f for src/SymTab/Mangler.cpp
- Timestamp:
- Apr 9, 2025, 9:07:31 PM (6 months ago)
- Branches:
- master
- Children:
- 6174ecc
- Parents:
- 50e8125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Mangler.cpp
r50e8125 r119889f 290 290 if ( typeMode ) return; 291 291 auto funcType = dynamic_cast<const ast::FunctionType *>( type ); 292 if ( funcType && !funcType->forall.empty() ) {292 if ( funcType && (!funcType->forall.empty() || !funcType->assertions.empty()) ) { 293 293 std::list< std::string > assertionNames; 294 294 int dcount = 0, fcount = 0, vcount = 0, acount = 0;
Note:
See TracChangeset
for help on using the changeset viewer.