- File:
-
- 1 edited
-
src/ResolvExpr/SatisfyAssertions.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/SatisfyAssertions.cpp
r954c954 r07d867b 318 318 if ( ! func ) continue; 319 319 320 for ( const a uto ¶m : func->params ) {321 cost.decSpec( specCost( param ) );320 for ( const ast::DeclWithType * param : func->params ) { 321 cost.decSpec( specCost( param->get_type() ) ); 322 322 } 323 323
Note:
See TracChangeset
for help on using the changeset viewer.