Changeset 35cc6d4 for src/Validate/CompoundLiteral.cpp
- Timestamp:
- Dec 12, 2024, 4:35:32 PM (7 days ago)
- Branches:
- master
- Children:
- 8ee211d
- Parents:
- f979f0ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/CompoundLiteral.cpp
rf979f0ba r35cc6d4 52 52 storageClasses 53 53 ); 54 // FIXME: A resolution of #280 could make the unused attribute unnecessary here 55 // (let test nowarn/unused decide) 56 temp->attributes.push_back( new ast::Attribute( "unused" ) ); 54 57 declsToAddBefore.push_back( temp ); 55 58 return new ast::VariableExpr( expr->location, temp );
Note: See TracChangeset
for help on using the changeset viewer.