Changes in src/InitTweak/GenInit.h [a36eb2d:4ec9513]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
ra36eb2d r4ec9513 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Oct 22 16:08:00 202113 // Update Count : 612 // Last Modified On : Fri Mar 18 14:22:00 2022 13 // Update Count : 7 14 14 // 15 15 … … 31 31 /// Converts return statements into copy constructor calls on the hidden return variable 32 32 void fixReturnStatements( std::list< Declaration * > & translationUnit ); 33 void fixReturnStatements( ast::TranslationUnit & translationUnit ); 33 34 34 35 /// generates a single ctor/dtor statement using objDecl as the 'this' parameter and arg as the optional argument
Note:
See TracChangeset
for help on using the changeset viewer.