Changes in src/InitTweak/GenInit.h [11df881:4ec9513]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
r11df881 r4ec9513 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // GenInit.h -- Generate initializers, and other stuff.7 // GenInit.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 29 29 void genInit( ast::TranslationUnit & translationUnit ); 30 30 31 /// Converts return statements into copy constructor calls on the hidden return variable. 32 /// This pass must happen before auto-gen. 31 /// Converts return statements into copy constructor calls on the hidden return variable 33 32 void fixReturnStatements( std::list< Declaration * > & translationUnit ); 34 33 void fixReturnStatements( ast::TranslationUnit & translationUnit );
Note:
See TracChangeset
for help on using the changeset viewer.