Changeset 4b30318b for src/InitTweak/FixInitNew.cpp
- Timestamp:
- Sep 2, 2023, 3:07:49 PM (2 years ago)
- Branches:
- master
- Children:
- 6e93819
- Parents:
- 389fbf5 (diff), 8a9a3ab (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
-
src/InitTweak/FixInitNew.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInitNew.cpp
r389fbf5 r4b30318b 573 573 assertf( global.dtorDestroy, "Destructor generation requires __destroy_Destructor." ); 574 574 575 const CodeLocation loc = ret->location;575 const CodeLocation & loc = ret->location; 576 576 577 577 // generate a __Destructor for ret that calls the destructor
Note:
See TracChangeset
for help on using the changeset viewer.