Changes in src/InitTweak/GenInit.h [f0121d7:7b3f66b]
- File:
-
- 1 edited
-
src/InitTweak/GenInit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.h
rf0121d7 r7b3f66b 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // GenInit.h --7 // RemoveInit.h -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 27 27 /// Adds return value temporaries and wraps Initializers in ConstructorInit nodes 28 28 void genInit( std::list< Declaration * > & translationUnit ); 29 30 /// creates an appropriate ConstructorInit node which contains a constructor, destructor, and C-initializer31 ConstructorInit * genCtorInit( ObjectDecl * objDecl );32 29 } // namespace 33 30
Note:
See TracChangeset
for help on using the changeset viewer.