Changes in src/InitTweak/GenInit.h [4ec9513:a36eb2d]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
r4ec9513 ra36eb2d 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Mar 18 14:22:00 202213 // Update Count : 712 // Last Modified On : Fri Oct 22 16:08:00 2021 13 // Update Count : 6 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 );34 33 35 34 /// 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.