Changeset 221c542e for src/CodeGen/CodeGenerator.cpp
- Timestamp:
- Jan 24, 2024, 8:19:18 AM (20 months ago)
- Branches:
- master
- Children:
- 64c4b4d
- Parents:
- bad9c8f (diff), 71b5aad5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cpp
rbad9c8f r221c542e 1135 1135 if ( clause->when_cond ) { 1136 1136 output << "when("; 1137 stmt->timeout_cond->accept( *visitor );1137 clause->when_cond->accept( *visitor ); 1138 1138 output << ") "; 1139 1139 }
Note:
See TracChangeset
for help on using the changeset viewer.